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`