Skip to content

Commit 8666429

Browse files
committed
style: fix code style in DumpFixer
1 parent 2e89961 commit 8666429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fixer/DumpFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function getDefinition(): FixerDefinitionInterface
5252
{
5353
return new FixerDefinition(
5454
'Removes dump/var_dump statements, which shouldn\'t be in production ever.',
55-
[new CodeSample("<?php\nvar_dump(false);")]
55+
[new CodeSample("<?php\nvar_dump(false);")],
5656
);
5757
}
5858

0 commit comments

Comments
 (0)