Package Settings -> PHP Code Sniffer -> Settings - User):
"php_cs_fixer_additional_args": { "--fixers": "-psr0" },
This will prevent some potential error with Reflection Class in PHP (Queue on Laravel and Lumen will not work)
Package Settings -> PHP Code Sniffer -> Settings - User):
"php_cs_fixer_additional_args": { "--fixers": "-psr0" },
This will prevent some potential error with Reflection Class in PHP (Queue on Laravel and Lumen will not work)