sebastianbergmann / phpcs-sebastian

My coding standard for PHP_CodeSniffer.

This URL has Read+Write access

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 Sebastian into the PHP/CodeSniffer/Standards directory.
  • Use the coding standard with phpcs --standard=Sebastian.