Passed
Push — master ( 571d43...4ce82d )
by Aske
10:32 queued 02:14
created
Classes/Controller/HistoryController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
         $numberOfSites = 0;
89 89
         // In case a user can only access a single site, but more sites exists
90
-        $this->securityContext->withoutAuthorizationChecks(function () use (&$numberOfSites) {
90
+        $this->securityContext->withoutAuthorizationChecks(function() use (&$numberOfSites) {
91 91
             $numberOfSites = $this->siteRepository->countAll();
92 92
         });
93 93
         $sites = $this->siteRepository->findOnline();
Please login to merge, or discard this patch.