Skip to content

Commit f2d3047

Browse files
committed
Doc
1 parent b6272c5 commit f2d3047

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ A script to run [PHP Coding Standards Fixer](https://github.com/FriendsOfPhp/PHP
44

55
PHP Coding Standards Fixer is run quietly to avoid unnecessary noise when
66
committing code. If there are standards violations it is run again in verbose
7-
mode to provide more information about the violations.
7+
mode to provide more information about the violations and stop the commit.
8+
9+
You can bypass the `pre-commit` with `git commit --no-verify`.
810

911
A full check is done if the PHP Coding Standards configuration or the Composer
1012
dependencies lock file has changed, otherwise only changed files since the last

0 commit comments

Comments
 (0)