Completed
Pull Request — master (#82)
by
unknown
16:22 queued 08:47
created
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.