Completed
Push — master ( aa44e7...3b6d57 )
by Tom
02:09
created
src/Parser/CssToXpath.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -43,11 +43,11 @@
 block discarded – undo
43 43
 		$functionSet->setElement($element[0]);
44 44
 
45 45
 		$attributes = array();
46
-        foreach($element[0]->attributes as $attribute_name => $attribute_node) {
47
-            $attributes[$attribute_name] = $attribute_node->nodeValue;
48
-        }	
46
+		foreach($element[0]->attributes as $attribute_name => $attribute_node) {
47
+			$attributes[$attribute_name] = $attribute_node->nodeValue;
48
+		}	
49 49
 
50
-        $parser = new \Transphporm\Parser\Value($functionSet, true);
50
+		$parser = new \Transphporm\Parser\Value($functionSet, true);
51 51
 		$return = $parser->parseTokens($attr, $attributes);
52 52
 
53 53
 		return $return[0] === '' ? false : $return[0];
Please login to merge, or discard this patch.