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.
Test Setup Failed
Push — master ( 044f0b...2ff48a )
by Carlos
09:17
created
src/Exceptions/InvalidArgumentException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 /**
15 15
  * Class InvalidArgumentException.
16 16
  */
17
-class InvalidArgumentException extends Exception {}
17
+class InvalidArgumentException extends Exception
18
+{
19
+}
Please login to merge, or discard this patch.