Completed
Push — master ( db8578...85f9c3 )
by Kirill
10:30
created
src/Iterator/LookaheadIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return int|mixed
80
+     * @return integer
81 81
      */
82 82
     public function key()
83 83
     {
Please login to merge, or discard this patch.
src/Grammar/PP2/Delegate/RepetitionDelegate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     }
32 32
 
33 33
     /**
34
-     * @param RuleInterface|NodeInterface $repetition
34
+     * @param null|NodeInterface $repetition
35 35
      * @return array
36 36
      */
37 37
     private function getInterval(RuleInterface $repetition): array
Please login to merge, or discard this patch.