Passed
Push — master ( cac321...884912 )
by Luiz Kim
03:44 queued 01:33
created
src/Service/PeopleRoleService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
         sprintf('Main company "%s" not found', $domain)
121 121
       );
122 122
 
123
-    self::$mainCompany =  $company->getPeople();
123
+    self::$mainCompany = $company->getPeople();
124 124
     return self::$mainCompany;
125 125
   }
126 126
 }
Please login to merge, or discard this patch.