sebastianbergmann / phpcs-sebastian
- Source
- Commits
- Network (0)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Sat Apr 25 05:17:56 -0700 2009 | |
| |
SebastianCodingStandard.php | Wed Oct 14 09:16:04 -0700 2009 | |
| |
Sniffs/ | Mon Aug 17 00:21:29 -0700 2009 |
README.markdown
Sebastian's Coding Standard for PHP_CodeSniffer
This is the set of sniffs that I use with PHP_CodeSniffer for my projects.
Installation
- Install PHP_CodeSniffer with
pear install PHP_CodeSniffer. - Checkout this repository as
Sebastianinto thePHP/CodeSniffer/Standardsdirectory. - Use the coding standard with
phpcs --standard=Sebastian.
