We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b4a82 + 7a3abfe commit 89ba671Copy full SHA for 89ba671
1 file changed
configure.php
@@ -40,7 +40,6 @@
40
writeln("Class name : {$className}");
41
writeln('---');
42
writeln('Packages & Utilities');
43
-writeln('Use PhpCsFixer : ' . ($usePhpCsFixer ? 'yes' : 'no'));
44
writeln('Use Larastan/PhpStan : ' . ($usePhpStan ? 'yes' : 'no'));
45
writeln('Use Pint : ' . ($usePint ? 'yes' : 'no'));
46
writeln('Use Auto-Changelog : ' . ($useUpdateChangelogWorkflow ? 'yes' : 'no'));
0 commit comments