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 ( 2441e9...bd6cbe )
by Андрей
05:34
created
src/AbstractWorkflow.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
      * Переход между двумя статусами
249 249
      *
250 250
      * @param WorkflowEntryInterface $entry
251
-     * @param SplObjectStorage|StepInterface[] $currentSteps
251
+     * @param SplObjectStorage $currentSteps
252 252
      * @param WorkflowStoreInterface $store
253 253
      * @param WorkflowDescriptor $wf
254 254
      * @param ActionDescriptor $action
@@ -497,7 +497,7 @@  discard block
 block discarded – undo
497 497
 
498 498
 
499 499
     /**
500
-     * @param       $id
500
+     * @param       integer $id
501 501
      * @param TransientVarsInterface $inputs
502 502
      *
503 503
      * @return array
@@ -874,7 +874,7 @@  discard block
 block discarded – undo
874 874
 
875 875
     /**
876 876
      * @param ActionDescriptor $action
877
-     * @param                  $id
877
+     * @param                  integer $id
878 878
      *
879 879
      * @return void
880 880
      *
@@ -1170,7 +1170,7 @@  discard block
 block discarded – undo
1170 1170
      *
1171 1171
      * @param WorkflowDescriptor $wfDesc
1172 1172
      * @param integer $actionId
1173
-     * @param StepInterface[]|SplObjectStorage $currentSteps
1173
+     * @param SplObjectStorage $currentSteps
1174 1174
      * @param TransientVarsInterface $transientVars
1175 1175
      * @param PropertySetInterface $ps
1176 1176
      *
Please login to merge, or discard this patch.