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.
Completed
Push — master ( cb39d2...a3c36d )
by Raphaël
04:34
created
src/CallableReflection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
     /**
228 228
      * returns the Closure object, if the reflected callback is a Closure
229 229
      *
230
-     * @return \Closure|null
230
+     * @return callable|null
231 231
      */
232 232
     public function getClosure()
233 233
     {
Please login to merge, or discard this patch.