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.
Passed
Pull Request — master (#1)
by
unknown
02:31 queued 11s
created
Tests/ArrayAccess/ArrayAccessTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -479,7 +479,7 @@  discard block
 block discarded – undo
479 479
                 ],
480 480
             ],
481 481
         ];
482
-        $customCallback = function ($value) {
482
+        $customCallback = function($value) {
483 483
             return is_string($value) || is_int($value);
484 484
         };
485 485
 
@@ -508,7 +508,7 @@  discard block
 block discarded – undo
508 508
                 ],
509 509
             ],
510 510
         ];
511
-        $customCallback = function ($value) {
511
+        $customCallback = function($value) {
512 512
             return is_string($value) && in_array($value, ['Allowed value 1', 'Allowed value 2']);
513 513
         };
514 514
         $access = ArrayAccess::create($testArray);
Please login to merge, or discard this patch.