README.md in pre-commit-0.1.16 vs README.md in pre-commit-0.1.17

- old
+ new

@@ -22,9 +22,10 @@ * tabs * jshint * js\_lint\_all (Runs JSLint on all staged JS files) * js\_lint\_new (Runs JSLint on all new staged JS files) * closure\_syntax\_check +* php (Runs php -l on all staged files) To configure which checks you would like to run, simply set the `pre-commit.checks` git configuration setting. To enable `white_space` and `tab` checks: