We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e89961 commit 8666429Copy full SHA for 8666429
src/Fixer/DumpFixer.php
@@ -52,7 +52,7 @@ public function getDefinition(): FixerDefinitionInterface
52
{
53
return new FixerDefinition(
54
'Removes dump/var_dump statements, which shouldn\'t be in production ever.',
55
- [new CodeSample("<?php\nvar_dump(false);")]
+ [new CodeSample("<?php\nvar_dump(false);")],
56
);
57
}
58
0 commit comments