Fix: unused phpCsFixer variable

This commit is contained in:
awcodes
2022-09-22 14:57:55 -04:00
parent 06b4a82f9c
commit 7a3abfe352

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'));