@@ -13,7 +13,9 @@ |
||
13 | 13 | } |
14 | 14 | |
15 | 15 | public function match($pseudo, \DomElement $element) { |
16 | - if (strpos($pseudo, '[') === false) return true; |
|
16 | + if (strpos($pseudo, '[') === false) { |
|
17 | + return true; |
|
18 | + } |
|
17 | 19 | |
18 | 20 | $this->functionSet->setElement($element); |
19 | 21 | $valueParser = new \Transphporm\Parser\Value($this->functionSet); |