Examples (8)
Execute code style fixing in the current directory
php-cs-fixer fixExecute code style fixing for a specific directory
php-cs-fixer fix path/to/directoryExecute code style linting without applying changes
php-cs-fixer fix --dry-runExecute code style fixes using specific rules
php-cs-fixer fix --rules=rulesDisplay the rules that have been applied
php-cs-fixer fix --verboseOutput the results in a different format
php-cs-fixer fix --format=txt|json|xml|checkstyle|junit|gitlabDisplay files that require fixing
php-cs-fixer list-filesDescribe a rule or ruleset
php-cs-fixer describe rulemade by @shridhargupta | data from tldr-pages