Github user RobberPhex commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1472#discussion_r163079208
--- Diff: build/docker/scripts/sca.sh ---
@@ -49,6 +49,10 @@ flake8 --ignore=E501 test/test.py
flake8 --ignore=E501,E722 test/crossrunner
flake8 test/features
+# PHP code style
+composer install --quiet
+./vendor/bin/phpcs
--- End diff --
@jeking3
`phpcs` will check which PHP library match PSR-2.(like `flake8`)---
