Completed
Push — dev ( a4553c...08c838 )
by Vlad
01:20
created
src/Queue.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -548,7 +548,7 @@  discard block
 block discarded – undo
548 548
     }
549 549
 
550 550
     /**
551
-     * @param $type
551
+     * @param string $type
552 552
      *
553 553
      * @return string
554 554
      */
@@ -560,7 +560,7 @@  discard block
 block discarded – undo
560 560
 
561 561
     /**
562 562
      * @param $queue
563
-     * @param $state
563
+     * @param string $state
564 564
      *
565 565
      * @return string
566 566
      */
@@ -570,7 +570,7 @@  discard block
 block discarded – undo
570 570
     }
571 571
 
572 572
     /**
573
-     * @param int|\DateTime $mixed
573
+     * @param integer $mixed
574 574
      *
575 575
      * @return int
576 576
      */
@@ -586,8 +586,8 @@  discard block
 block discarded – undo
586 586
     }
587 587
 
588 588
     /**
589
-     * @param $currentState
590
-     * @param $action
589
+     * @param string $currentState
590
+     * @param string $action
591 591
      *
592 592
      * @return $this
593 593
      * @throws FlowException
Please login to merge, or discard this patch.