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
Pull Request — 3.x (#2309)
by Niklas
01:41
created
Slim/App.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -395,10 +395,10 @@
 block discarded – undo
395 395
                 }
396 396
             }
397 397
 
398
-			// Set the status _after_ the headers, because of PHP's "helpful" behavior with location headers.
399
-			// See https://github.com/slimphp/Slim/issues/1730
398
+            // Set the status _after_ the headers, because of PHP's "helpful" behavior with location headers.
399
+            // See https://github.com/slimphp/Slim/issues/1730
400 400
 
401
-			// Status
401
+            // Status
402 402
             header(sprintf(
403 403
                 'HTTP/%s %s %s',
404 404
                 $response->getProtocolVersion(),
Please login to merge, or discard this patch.