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 ( d78b73...b67b4d )
by Андрей
07:01 queued 03:23
created
Module.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     const CONFIG_KEY = 'workflow_zf2_toolkit';
37 37
 
38 38
     /**
39
-     * @return array
39
+     * @return string[]
40 40
      */
41 41
     public function getModuleDependencies()
42 42
     {
Please login to merge, or discard this patch.
src/EntryToObjects/EntryToObjectsService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
      * @param string $workflowName
215 215
      * @param array  $objectsInfo
216 216
      *
217
-     * @return ExtEntry|null
217
+     * @return ExtEntry
218 218
      *
219 219
      * @throws Exception\InvalidGetEntryByObjectsInfoException
220 220
      * @throws \Zend\Serializer\Exception\ExceptionInterface
Please login to merge, or discard this patch.
src/WorkflowRunParams/EntryIdResolver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -285,8 +285,8 @@
 block discarded – undo
285 285
      *
286 286
      * @param string $routerName
287 287
      * @param string $workflowName
288
-     * @param null   $managerName
289
-     * @param null   $managerAlias
288
+     * @param string   $managerName
289
+     * @param string   $managerAlias
290 290
      *
291 291
      * @return array
292 292
      */
Please login to merge, or discard this patch.