GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — 3.x ( 03fa56...fe39e6 )
by
unknown
18s
created
Slim/Router.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
             return $this->dispatcher;
225 225
         }
226 226
 
227
-        $routeDefinitionCallback = function (RouteCollector $r) {
227
+        $routeDefinitionCallback = function(RouteCollector $r) {
228 228
             foreach ($this->getRoutes() as $route) {
229 229
                 $r->addRoute($route->getMethods(), $route->getPattern(), $route->getIdentifier());
230 230
             }
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
         }
383 383
         $url = implode('', $segments);
384 384
 
385
-        $hasQueryParams = array_filter($queryParams, function ($value) {
385
+        $hasQueryParams = array_filter($queryParams, function($value) {
386 386
             return $value !== null;
387 387
         }) !== [];
388 388
 
Please login to merge, or discard this patch.