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 — master ( 095ec2...94e86d )
by Drakakis
24:51
created
src/InteractsWithMailCatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -479,7 +479,7 @@
 block discarded – undo
479 479
     /**
480 480
      * Abstract methods from PhpUnit
481 481
      */
482
-    abstract public function assertContains($needle, $haystack, string $message = '', bool $ignoreCase = false, bool $checkForObjectIdentity = true, bool $checkForNonObjectIdentity = false):void ;
482
+    abstract public function assertContains($needle, $haystack, string $message = '', bool $ignoreCase = false, bool $checkForObjectIdentity = true, bool $checkForNonObjectIdentity = false):void;
483 483
     abstract public function assertEquals($expected, $actual, string $message = '', float $delta = 0, int $maxDepth = 10, bool $canonicalize = false, bool $ignoreCase = false):void;
484 484
     abstract public function fail(string $message = ''):void;
485 485
     abstract public function assertNotEmpty($actual, string $message = ''):void;
Please login to merge, or discard this patch.