Completed
Pull Request — master (#82)
by
unknown
02:03
created
src/Compiler/Compiler.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Target/Operators/CompileTimeOperator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.