Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed May 15, 2020
1 parent c948e59 commit e08872f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public function testException()
$this->expectMessageToBeThrown(
'Unexpected Phug\Parser\Node\ElementNode '.
'given to mixin call compiler.',
CompilerException::class,
CompilerException::class
);

$mixinCallCompiler = new MixinCallNodeCompiler(new Compiler());
Expand Down

0 comments on commit e08872f

Please sign in to comment.