Completed
Push — master ( db8578...85f9c3 )
by Kirill
10:30
created
src/Grammar/PP2/Delegate/InvocationDelegate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 namespace Railt\Compiler\Grammar\PP2\Delegate;
11 11
 
12
-use Railt\Parser\Ast\Rule;
13 12
 use Railt\Parser\Rule\Symbol;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
src/Grammar/PP2/Delegate/RepetitionDelegate.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Railt\Compiler\Grammar\PP2\Delegate;
11 11
 
12 12
 use Railt\Parser\Ast\NodeInterface;
13
-use Railt\Parser\Ast\Rule;
14 13
 use Railt\Parser\Ast\RuleInterface;
15 14
 use Railt\Parser\Rule\Repetition;
16 15
 use Railt\Parser\Rule\Symbol;
Please login to merge, or discard this patch.