@@ -16,7 +16,9 @@ |
||
16 | 16 | |
17 | 17 | public function run(array $args, \DomElement $element) { |
18 | 18 | $result = $args[0]; |
19 | - for ($i = 1; $i < count($args); $i++) $result = $this->getModeResult($args[$i], $result); |
|
19 | + for ($i = 1; $i < count($args); $i++) { |
|
20 | + $result = $this->getModeResult($args[$i], $result); |
|
21 | + } |
|
20 | 22 | return $result; |
21 | 23 | } |
22 | 24 |