Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 1a0315f

Browse files
committed
CS fixes per phpcs
Breaks a long line into multiple lines.
1 parent 8376f0d commit 1a0315f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Helper/HeadMeta.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,9 @@ public function setCharset($charset)
473473
$item->modifiers = [];
474474

475475
if (! $this->isValid($item)) {
476-
throw new Exception\InvalidArgumentException('XHTML* doctype has no attribute charset; please use appendHttpEquiv()');
476+
throw new Exception\InvalidArgumentException(
477+
'XHTML* doctype has no attribute charset; please use appendHttpEquiv()'
478+
);
477479
}
478480

479481
$this->set($item);

0 commit comments

Comments
 (0)