Skip to content

Commit 1439016

Browse files
committed
improve comments
1 parent a19623e commit 1439016

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)