@@ -30,6 +30,7 @@ |
||
30 | 30 | } |
31 | 31 | |
32 | 32 | /** |
33 | + * @param string $rule |
|
33 | 34 | * @return Executor |
34 | 35 | */ |
35 | 36 | public function compile($rule, CompilationTarget $target, Context $context) |
@@ -14,6 +14,9 @@ |
||
14 | 14 | $this->compiledOperator = $compiled; |
15 | 15 | } |
16 | 16 | |
17 | + /** |
|
18 | + * @param boolean $shouldBreakString |
|
19 | + */ |
|
17 | 20 | public function format($shouldBreakString) |
18 | 21 | { |
19 | 22 | return $this->compiledOperator; |