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 ( bdde9b...50922e )
by Андрей
05:52
created
src/AbstractWorkflow.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
      * Переход между двумя статусами
273 273
      *
274 274
      * @param WorkflowEntryInterface $entry
275
-     * @param SplObjectStorage|StepInterface[] $currentSteps
275
+     * @param SplObjectStorage $currentSteps
276 276
      * @param WorkflowStoreInterface $store
277 277
      * @param WorkflowDescriptor $wf
278 278
      * @param ActionDescriptor $action
@@ -524,7 +524,7 @@  discard block
 block discarded – undo
524 524
 
525 525
 
526 526
     /**
527
-     * @param       $id
527
+     * @param       integer $id
528 528
      * @param TransientVarsInterface $inputs
529 529
      *
530 530
      * @return array
@@ -903,7 +903,7 @@  discard block
 block discarded – undo
903 903
 
904 904
     /**
905 905
      * @param ActionDescriptor $action
906
-     * @param                  $id
906
+     * @param                  integer $id
907 907
      *
908 908
      * @return void
909 909
      *
@@ -1042,8 +1042,8 @@  discard block
 block discarded – undo
1042 1042
     /**
1043 1043
      * Получение шагов информации о шагах процесса workflow
1044 1044
      *
1045
-     * @param $entryId
1046
-     * @param $type
1045
+     * @param integer $entryId
1046
+     * @param string $type
1047 1047
      *
1048 1048
      * @return Spi\StepInterface[]|SplObjectStorage
1049 1049
      *
@@ -1227,7 +1227,7 @@  discard block
 block discarded – undo
1227 1227
      *
1228 1228
      * @param WorkflowDescriptor $wfDesc
1229 1229
      * @param integer $actionId
1230
-     * @param StepInterface[]|SplObjectStorage $currentSteps
1230
+     * @param SplObjectStorage $currentSteps
1231 1231
      * @param TransientVarsInterface $transientVars
1232 1232
      * @param PropertySetInterface $ps
1233 1233
      *
Please login to merge, or discard this patch.