update patch 1
This commit is contained in:
+1
-1
@@ -50,6 +50,6 @@ class MatchingNode extends AbstractNode
|
||||
$this->arguments,
|
||||
);
|
||||
|
||||
return sprintf('%s[%s:is(%s)]', $this->getNodeName(), $this->selector, implode(', ', $selectorArguments));
|
||||
return \sprintf('%s[%s:is(%s)]', $this->getNodeName(), $this->selector, implode(', ', $selectorArguments));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user