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 — develop ( 89426f...133bd7 )
by jrdn
02:08
created
src/EventDispatcher/ProjectEnabledDispatcher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param $runProjectionsOnly
70
+     * @param boolean $runProjectionsOnly
71 71
      * @param $listener
72 72
      * @return bool
73 73
      */
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @param $eventName
80
+     * @param string $eventName
81 81
      * @return array
82 82
      */
83 83
     protected function getListenersInOrder($eventName)
Please login to merge, or discard this patch.