diff --git a/README.md b/README.md index 8f24992..71581f1 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ Code linting for modified WordPress coding standards using phpcs: - Run `composer lint` in your terminal to check PHP files for coding standards violations - Test results are saved in `phpcs-results.txt`. Review the file for error details. - - Automated fixes noted in the results can be done using `composer fix .php` in your terminal. + - Automated fixes noted in the results can be done using `composer fix` in your terminal. ### Files diff --git a/composer.json b/composer.json index a14da8c..248f02b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpcs --report-full=./phpcs-results.txt ." ], "fix": [ - "phpcbf --standard=.phpcs.xml" + "phpcbf --standard=.phpcs.xml ." ], "phpcs-config": [ "phpcs --config-show"