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 ( 44f5f8...8d9d8e )
by Anton
02:15
created
src/Executor/Server.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -70,6 +70,10 @@
 block discarded – undo
70 70
         }
71 71
     }
72 72
 
73
+    /**
74
+     * @param double $interval
75
+     * @param \Closure $callback
76
+     */
73 77
     public function addPeriodicTimer($interval, $callback)
74 78
     {
75 79
         $this->loop->addPeriodicTimer($interval, $callback);
Please login to merge, or discard this patch.