File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ run_php_cs_fixer() {
5555 fi
5656
5757 # Only do a full check if the PHP Coding Standards fixer configuration file
58- # or the Composer dependencies lock file has changed, otherwise do a check
58+ # or the Composer dependencies lock file has changed. Otherwise, do a check
5959 # only for files that have changed since the last commit.
6060 changed_files=$( git diff --staged --name-only --diff-filter=ACMRTUXB)
6161
@@ -80,7 +80,7 @@ run_php_cs_fixer() {
8080 exit 1
8181 }
8282
83- # PHP Coding Standards Fixer is run quietly. If there are errors it is run
83+ # PHP Coding Standards Fixer is run quietly. If there are errors, it is run
8484 # again in verbose mode to provide more information about which rules and
8585 # which files are failing the check.
8686 " $php_cs_fixer_bin " fix \
You can’t perform that action at this time.
0 commit comments