Skip to content

Instantly share code, notes, and snippets.

@jeanjar
Last active January 2, 2020 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeanjar/c281c57a346f845bbd874b8ca03fef96 to your computer and use it in GitHub Desktop.
Save jeanjar/c281c57a346f845bbd874b8ca03fef96 to your computer and use it in GitHub Desktop.
PHP CS FIXER PHPStorm
Download php-cs-fixer
https://github.com/FriendsOfPHP/PHP-CS-Fixer
No PHPStorm
File > Settings > Tools > External tool > Add
Name: PHP-CS-FIXER
Description: ...
Program: /path/to/php-cs-fixer
Parameters: --rules=@PSR2 --verbose fix $FilePath$
Work Directory: $ProjectFileDir$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment