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 ( efdc1d...5a3dfa )
by Hong
04:47
created
src/Phossa2/Event/EventDispatcher.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Create a event manager with defined scopes
64 64
      *
65
-     * @param  string|array $scopes
65
+     * @param  string $scopes
66 66
      * @param  EventInterface $event_proto event prototype if any
67 67
      * @access public
68 68
      */
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     /**
190 190
      * Get all event names of $this manager
191 191
      *
192
-     * @return array
192
+     * @return integer[]
193 193
      * @access protected
194 194
      */
195 195
     protected function getEventNames()/*# : array */
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
      * Get a merged queue in $this manager for the given event name
202 202
      *
203 203
      * @param  string $eventName
204
-     * @return EventQueueInterface
204
+     * @return EventQueue
205 205
      * @access protected
206 206
      */
207 207
     protected function matchEventQueues(
Please login to merge, or discard this patch.