@@ -34,7 +34,7 @@ |
||
34 | 34 | ); |
35 | 35 | } |
36 | 36 | |
37 | - private function __construct(){} |
|
37 | + private function __construct() {} |
|
38 | 38 | |
39 | - private function __clone(){} |
|
39 | + private function __clone() {} |
|
40 | 40 | } |
41 | 41 | \ No newline at end of file |
@@ -53,7 +53,7 @@ |
||
53 | 53 | $endpoint = $this->endpointsContainer |
54 | 54 | ->resolveEndpoint($endpoint); |
55 | 55 | |
56 | - if(method_exists($endpoint, 'setOrganizationId')) { |
|
56 | + if (method_exists($endpoint, 'setOrganizationId')) { |
|
57 | 57 | $endpoint->setOrganizationId($this->organizationId); |
58 | 58 | } |
59 | 59 |