
php-cs-fixer
List of commands for php-cs-fixer:
-
php-cs-fixer:tldr:112b2 php-cs-fixer: Execute code style fixing in the current directory.$ php-cs-fixer fixtry on your machineexplain this command
-
php-cs-fixer:tldr:29022 php-cs-fixer: Display the rules that have been applied.$ php-cs-fixer fix --verbosetry on your machineexplain this command
-
php-cs-fixer:tldr:2e592 php-cs-fixer: Execute code style linting without applying changes.$ php-cs-fixer fix --dry-runtry on your machineexplain this command
-
php-cs-fixer:tldr:5f6c0 php-cs-fixer: Describe a rule or ruleset.$ php-cs-fixer describe ${rule}try on your machineexplain this command
-
php-cs-fixer:tldr:60c91 php-cs-fixer: Output the results in a different format.$ php-cs-fixer fix --format=${select}try on your machineexplain this command
-
php-cs-fixer:tldr:89182 php-cs-fixer: Execute code style fixing for a specific directory.$ php-cs-fixer fix ${path-to-directory}try on your machineexplain this command
-
php-cs-fixer:tldr:a82ba php-cs-fixer: Execute code style fixes using specific rules.$ php-cs-fixer fix --rules=${rules}try on your machineexplain this command
-
php-cs-fixer:tldr:e1519 php-cs-fixer: Display files that require fixing.$ php-cs-fixer list-filestry on your machineexplain this command