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 50868d5 commit 098b4d4Copy full SHA for 098b4d4
src/Dom/Document/Filter/MustacheScriptTemplates.php
@@ -127,6 +127,7 @@ static function ($matches) use ($mustacheTagPlaceholders) {
127
// entities. In the case of a URL value like '/foo/?bar=1&baz=2' the result is a warning for an
128
// unterminated entity reference "baz". When the attribute value is updated via setAttribute() this
129
// same problem does not occur, so that is why the following is used.
130
+
131
// @phpstan-ignore method.notFound
132
$attribute->parentNode->setAttribute($attribute->nodeName, $value);
133
0 commit comments