Skip to content

Commit 098b4d4

Browse files
committed
Lint fix
1 parent 50868d5 commit 098b4d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dom/Document/Filter/MustacheScriptTemplates.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ static function ($matches) use ($mustacheTagPlaceholders) {
127127
// entities. In the case of a URL value like '/foo/?bar=1&baz=2' the result is a warning for an
128128
// unterminated entity reference "baz". When the attribute value is updated via setAttribute() this
129129
// same problem does not occur, so that is why the following is used.
130+
130131
// @phpstan-ignore method.notFound
131132
$attribute->parentNode->setAttribute($attribute->nodeName, $value);
132133

0 commit comments

Comments
 (0)