commit | b03ca01cc9c46fc835174ab13b5a09f9cbf82249 | [log] [tgz] |
---|---|---|
author | Robert Lu <robberphex@gmail.com> | Thu Jan 18 19:06:39 2018 +0800 |
committer | James E. King III <jking@apache.org> | Wed Jan 24 00:07:54 2018 -0500 |
tree | e2e211481680b1d5dd52913376bc5787583069e3 | |
parent | 8d96b3bbddb27aa4512031e0c923fe4c6865db07 [diff] [blame] |
THRIFT-4460: Use PSR-2 as php library coding standard Client: php This closes #1472
diff --git a/build/docker/scripts/sca.sh b/build/docker/scripts/sca.sh index 38803d4..c9a3668 100755 --- a/build/docker/scripts/sca.sh +++ b/build/docker/scripts/sca.sh
@@ -49,6 +49,10 @@ flake8 --ignore=E501,E722 test/crossrunner flake8 test/features +# PHP code style +composer install --quiet +./vendor/bin/phpcs + # TODO etc echo FIXMEs: `grep -r FIXME * | wc -l` echo HACKs: `grep -r HACK * | wc -l`