@@ -32,7 +32,7 @@ |
||
| 32 | 32 | $this->saveCurrentEnvironment(); |
| 33 | 33 | $this->useCreationEnvironment(); |
| 34 | 34 | $this->createChildEnvironment(); |
| 35 | - for ($i=0; $i<$this->args->count(); $i++) { |
|
| 35 | + for ($i = 0; $i < $this->args->count(); $i++) { |
|
| 36 | 36 | $this->functionEnv->set( |
| 37 | 37 | $this->args->get($i)->value(), $params[$i]); |
| 38 | 38 | } |