Skip to content

Commit 4259770

Browse files
committed
minor #260 Address php-cs-fixer remarks (ohader)
This PR was merged into the 2.7-dev branch. Discussion ---------- Address php-cs-fixer remarks Commits ------- 9e65007 Address php-cs-fixer remarks
2 parents b2375ac + 9e65007 commit 4259770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTML5/Parser/Tokenizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ protected function attribute(&$attributes)
507507
$this->scanner->whitespace();
508508

509509
$val = $this->attributeValue();
510-
if ($isValidAttribute && !array_key_exists($name, $attributes)) {
510+
if ($isValidAttribute && !array_key_exists($name, $attributes)) {
511511
$attributes[$name] = $val;
512512
}
513513

0 commit comments

Comments
 (0)