@@ -66,7 +66,7 @@ |
||
66 | 66 | { |
67 | 67 | $organizations = $this->organizations->getAll(); |
68 | 68 | foreach ($organizations['entities'] as $entity) { |
69 | - if($entity['name'] == $organization) { |
|
69 | + if ($entity['name'] == $organization) { |
|
70 | 70 | $this->organizationId = $entity['organizationId']; |
71 | 71 | } |
72 | 72 | } |
@@ -45,7 +45,7 @@ |
||
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |
48 | - * @param $endpoint |
|
48 | + * @param string $endpoint |
|
49 | 49 | * @throws WrongEndpoint |
50 | 50 | */ |
51 | 51 | protected function addProvider($endpoint) |