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 ( d6b3b8...f883ce )
by
unknown
09:43
created
src/Context/ContextStack.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use TaskQueue\TaskQueue;
6 6
 use TaskQueue\Invoker\FunctionInvoker;
7 7
 use TaskQueue\Invoker\MethodInvoker;
8
-use DependencyInjection\Container;
9 8
 
10 9
 class ContextStack
11 10
 {
Please login to merge, or discard this patch.