Completed
Push — master ( 408edc...841b8f )
by Sergey
02:35
created
src/Api/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/Api/Endpoints/EndpointsContainer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.