Passed
Push — master ( 07e9ee...da7fde )
by Aske
03:49 queued 10s
created
Classes/Controller/HistoryController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     {
70 70
         $numberOfSites = 0;
71 71
         // In case a user can only access a single site, but more sites exists
72
-        $this->securityContext->withoutAuthorizationChecks(function () use(&$numberOfSites) {
72
+        $this->securityContext->withoutAuthorizationChecks(function() use(&$numberOfSites) {
73 73
             $numberOfSites = $this->siteRepository->countAll();
74 74
         });
75 75
         $sites = $this->siteRepository->findOnline();
Please login to merge, or discard this patch.