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 Failed
Push — master ( c04926...3cf926 )
by
unknown
07:44
created
src/Context/ContextStack.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     /**
32 32
      * Store a value into task queueing stack.
33 33
      *
34
-     * @param \Closure|array $handler
34
+     * @param \Closure $handler
35 35
      * @param mixed $value
36 36
      */
37 37
     public function store($handler, $value = [])
Please login to merge, or discard this patch.
src/PromiseInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 interface PromiseInterface
6 6
 {
7
-	/**
8
-	 * Indicates the state of current promise is pending.
9
-	 */
7
+    /**
8
+     * Indicates the state of current promise is pending.
9
+     */
10 10
     const STATE_PENDING = 1;
11 11
 
12 12
     /**
Please login to merge, or discard this patch.