Skip to content

Commit 7a3abfe

Browse files
author
awcodes
committed
Fix: unused phpCsFixer variable
1 parent 06b4a82 commit 7a3abfe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

configure.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
writeln("Class name : {$className}");
4141
writeln('---');
4242
writeln('Packages & Utilities');
43-
writeln('Use PhpCsFixer : ' . ($usePhpCsFixer ? 'yes' : 'no'));
4443
writeln('Use Larastan/PhpStan : ' . ($usePhpStan ? 'yes' : 'no'));
4544
writeln('Use Pint : ' . ($usePint ? 'yes' : 'no'));
4645
writeln('Use Auto-Changelog : ' . ($useUpdateChangelogWorkflow ? 'yes' : 'no'));

0 commit comments

Comments
 (0)