A useful idea for helping to enforce PHP code standards
Extending PHP_CodeSniffer by Raphael Stolt shows how to quite easily add to a tool that will report what parts of your PHP source needs a clean-up, from the built in ‘sniffs’ for coding standards, and now adding to that for …
A useful idea for helping to enforce PHP code standards Read more »