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
Push — master ( 51884a...25d5f1 )
by Cees-Jan
09:08 queued 12s
created
src/AsyncTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 {
18 18
     public const DEFAULT_AWAIT_TIMEOUT = 6.0;
19 19
 
20
-    private const INVOKE_ARRAY = ['__invoke'];
20
+    private const INVOKE_ARRAY = [ '__invoke' ];
21 21
 
22 22
     /**
23 23
      * @return mixed returns whatever the promise resolves to
Please login to merge, or discard this patch.