-
Install phpcs:
pear install PHP_CodeSniffer-beta
-
Find your PEAR directory:
pear config-show | grep php_dir
-
Copy, symlink or check out this repo to a folder called Symfony2 inside the phpcs
Standards
directory:cd /path/to/pear/PHP/CodeSniffer/Standards git clone git://github.com/opensky/Symfony2-coding-standard.git Symfony2
-
Set Symfony2 as your default coding standard:
phpcs --config-set default_standard Symfony2
-
...
-
Profit!
cd /path/to/my/project phpcs phpcs path/to/my/file.php
forked from lapistano/Symfony2-coding-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
xgorse/Symfony2-coding-standard
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Symfony2-coding-standard
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%