code sniffer + zend + doctrine
hi,
I'm trying to somehow convince the phpcs to use the Zend coding guidelines, -but- to allow me to have variables with undelines (like $blub->foo_bar).
Could anyone tell me how to change the ruleset that phpcs uses withint PHPStorm, please ?
regards, malicor
Please sign in to leave a comment.
Norbert,
PhpStorm can use any of installed phpcs coding standard. You cand find more information on how to create/install your own coding standard here:
http://pear.php.net/manual/en/package.php.php-codesniffer.coding-standard-tutorial.php