@@ -23,7 +23,7 @@ |
||
23 | 23 | if (!$this->pseudoMatcher->matches($element)) return; |
24 | 24 | |
25 | 25 | foreach ($this->rules as $name => $value) { |
26 | - $result = $this->callProperty($name, $element, $this->getArgs($value, $element)) ; |
|
26 | + $result = $this->callProperty($name, $element, $this->getArgs($value, $element)); |
|
27 | 27 | if ($result === false) break; |
28 | 28 | } |
29 | 29 | } |