Merge pull request #11 from filamentphp/fix/undefined-vars-in-configure

Fix: unused phpCsFixer variable
This commit is contained in:
Adam Weston
2022-09-22 14:58:49 -04:00
committed by GitHub

View File

@@ -40,7 +40,6 @@ writeln("Namespace : {$vendorNamespace}\\{$className}");
writeln("Class name : {$className}"); writeln("Class name : {$className}");
writeln('---'); writeln('---');
writeln('Packages & Utilities'); writeln('Packages & Utilities');
writeln('Use PhpCsFixer : ' . ($usePhpCsFixer ? 'yes' : 'no'));
writeln('Use Larastan/PhpStan : ' . ($usePhpStan ? 'yes' : 'no')); writeln('Use Larastan/PhpStan : ' . ($usePhpStan ? 'yes' : 'no'));
writeln('Use Pint : ' . ($usePint ? 'yes' : 'no')); writeln('Use Pint : ' . ($usePint ? 'yes' : 'no'));
writeln('Use Auto-Changelog : ' . ($useUpdateChangelogWorkflow ? 'yes' : 'no')); writeln('Use Auto-Changelog : ' . ($useUpdateChangelogWorkflow ? 'yes' : 'no'));