Updated PHP Code Sniffer plugin (markdown)

Dan Cryer 2014-05-09 03:30:10 -07:00
commit a225da5d3b

@ -2,6 +2,8 @@ Runs PHP Code Sniffer against your build.
### Configuration Options:
* **allowed_warnings** - Optional - The warning limit for a successful build.
* **allowed_errors** - Optional - The error limit for a successful build.
* **suffixes** - Optional - An array of file extensions to check.
* **standard** - Optional - The standard against which your files should be checked (defaults to PSR2.)
* **tab_width** - Optional - Your chosen tab width.