@@ -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; |