php-cs-fixer

Automatically fixes PHP coding standards issues

brewmacoslinux
Try with needOr install directly
Source

About

Tool to automatically fix PHP coding standards issues

Commands

php-cs-fixer

Examples

Fix coding standards in a single file$ php-cs-fixer fix path/to/file.php
Fix all PHP files in a directory recursively$ php-cs-fixer fix path/to/directory
Dry run to see what would be changed without modifying files$ php-cs-fixer fix path/to/file.php --dry-run