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 ( fead3a...925885 )
by Андрей
07:22
created
src/AbstractWorkflow.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
 
411 411
     /**
412 412
      * @param WorkflowDescriptor     $wf
413
-     * @param                        $actionId
413
+     * @param                        integer $actionId
414 414
      * @param TransientVarsInterface $transientVars
415 415
      * @param PropertySetInterface   $ps
416 416
      *
@@ -438,7 +438,7 @@  discard block
 block discarded – undo
438 438
      *
439 439
      * @param SplObjectStorage       $currentSteps
440 440
      * @param WorkflowDescriptor     $wf
441
-     * @param                        $actionId
441
+     * @param                        integer $actionId
442 442
      * @param TransientVarsInterface $transientVars
443 443
      * @param PropertySetInterface   $ps
444 444
      *
@@ -479,7 +479,7 @@  discard block
 block discarded – undo
479 479
 
480 480
     /**
481 481
      * @param ActionDescriptor $action
482
-     * @param                  $id
482
+     * @param                  integer $id
483 483
      *
484 484
      * @return void
485 485
      *
@@ -572,8 +572,8 @@  discard block
 block discarded – undo
572 572
     /**
573 573
      * Получение шагов информации о шагах процесса workflow
574 574
      *
575
-     * @param $entryId
576
-     * @param $type
575
+     * @param integer $entryId
576
+     * @param string $type
577 577
      *
578 578
      * @return Spi\StepInterface[]|SplObjectStorage
579 579
      *
Please login to merge, or discard this patch.