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

Commit 916dfe7

Browse files
committed
CS fixes per phpcs
1 parent 3c2a455 commit 916dfe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Helper/HeadMetaTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,8 @@ public function testCharsetPosition()
434434
$this->assertEquals(
435435
'<meta charset="utf-8">' . PHP_EOL
436436
. '<meta property="description" content="foobar">',
437-
$view->plugin('headMeta')->toString());
437+
$view->plugin('headMeta')->toString()
438+
);
438439
}
439440

440441
/**

0 commit comments

Comments
 (0)