Skip to content

Commit 89ba671

Browse files
authored
Merge pull request #11 from filamentphp/fix/undefined-vars-in-configure
Fix: unused phpCsFixer variable
2 parents 06b4a82 + 7a3abfe commit 89ba671

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)