Completed
Push — master ( 3d6b53...0ce07d )
by Tom
02:58
created
src/Pseudo/Attribute.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.