Passed
Branch tests (353dce)
by Adam
02:07
created
src/Response/OrganizationsResponse.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,9 +10,9 @@
 block discarded – undo
10 10
 {
11 11
 
12 12
     /**
13
-    * OrganizationsResponse constructor.
14
-    * @param array $organizations
15
-    */
13
+     * OrganizationsResponse constructor.
14
+     * @param array $organizations
15
+     */
16 16
     public function __construct($organizations)
17 17
     {
18 18
         parent::__construct(array_map(function ($organization) {
Please login to merge, or discard this patch.