Passed
Push — master ( 8f450c...a91b41 )
by Luiz Kim
02:22
created
src/Controller/GetDefaultCompanyAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
       'background'  =>  $this->domainService->getPeopleDomain()->getTheme()->getBackground() ? [
89 89
         'id'     =>  $this->domainService->getPeopleDomain()->getTheme()->getBackground(),
90 90
         'domain' => $this->domainService->getMainDomain(),
91
-        'url'    => '/files/' .  $this->domainService->getPeopleDomain()->getTheme()->getBackground() . '/download'
91
+        'url'    => '/files/'.$this->domainService->getPeopleDomain()->getTheme()->getBackground().'/download'
92 92
       ] : null,
93 93
     ];
94 94
   }
Please login to merge, or discard this patch.
src/Service/PeopleRoleService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     if (self::$mainCompany) return self::$mainCompany;
112 112
 
113 113
     $peopleDomain = $this->domainService->getPeopleDomain();
114
-    self::$mainCompany =  $peopleDomain->getPeople();
114
+    self::$mainCompany = $peopleDomain->getPeople();
115 115
     
116 116
     return self::$mainCompany;
117 117
   }
Please login to merge, or discard this patch.