Coding Standard Analysis using PHP_CodeSniffer

Some Background

A recent recurring task of mine has been to help with a code audit of an application for one of our clients. The application is based on the Kohana framework. One part of the code audits has been to evaluate the code's adherence to coding standards. For the sake of consistency, the development team stuck with the coding standard used by the framework itself. However, evaluating the code manually is tedious and time-consuming.

Syndicate content