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 — dev ( 8ca91c...184a36 )
by Андрей
09:45 queued 06:19
created
src/Dispatcher/Dispatcher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
      *
175 175
      * @param WorkflowDispatchEventInterface $e
176 176
      *
177
-     * @return MetadataInterface|null
177
+     * @return null|\OldTown\Workflow\ZF2\Dispatch\Metadata\MetadataInterface
178 178
      */
179 179
     public function onLoadMetadataHandler(WorkflowDispatchEventInterface $e)
180 180
     {
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
     /**
411 411
      * Создает экземпляр класса и проверяет то что созданный объект имплементирует заданный интерфейс
412 412
      *
413
-     * @param $className
413
+     * @param string $className
414 414
      * @param $interface
415 415
      *
416 416
      * @return mixed
Please login to merge, or discard this patch.