Skip to content

Commit 9e65007

Browse files
committed
Address php-cs-fixer remarks
1 parent b2375ac commit 9e65007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTML5/Parser/Tokenizer.php

Lines changed: 1 addition & 1 deletion
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)