-
PHP Coding Standards Fixer is a programming utility for automatically fixing PHP code based on known coding standards. It works by analyzing a piece of PHP code and comparing it to the PSR-1 and PSR-2 coding standards. Based on the got results, it then tries to fix the code to comply as much as possible to the standard. Preset configs ...

