Skip to content

Instantly share code, notes, and snippets.

@anhphamt
Last active October 31, 2016 09:53
Show Gist options
  • Save anhphamt/b9f02a473c168a1eb3ae32a3d0b46773 to your computer and use it in GitHub Desktop.
Save anhphamt/b9f02a473c168a1eb3ae32a3d0b46773 to your computer and use it in GitHub Desktop.
Fix php_cs_fixer change the first character to lower case

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment