@@ -34,7 +34,7 @@ |
||
| 34 | 34 | if($this->recursing === false) { |
| 35 | 35 | $this->recursing = true; |
| 36 | 36 | |
| 37 | - while(! empty($this->arguments_pool)) { |
|
| 37 | + while(!empty($this->arguments_pool)) { |
|
| 38 | 38 | $result = call_user_func_array($this->f, array_shift($this->arguments_pool)); |
| 39 | 39 | } |
| 40 | 40 | |