We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cccf4 commit 21e27bdCopy full SHA for 21e27bd
Tests/Node/ElementNodeTest.php
@@ -29,7 +29,7 @@ public function getSpecificityValueTestData()
29
return array(
30
array(new ElementNode(), 0),
31
array(new ElementNode(null, 'element'), 1),
32
- array(new ElementNode('namespace', 'element'),1),
+ array(new ElementNode('namespace', 'element'), 1),
33
);
34
}
35
0 commit comments