Index: branches/5.2.x/.arcconfig =================================================================== --- branches/5.2.x/.arcconfig +++ branches/5.2.x/.arcconfig @@ -1,6 +1,5 @@ { "project.name": "in-portal", "repository.callsign": "INP", - "phabricator.uri": "http://qa.in-portal.org/", - "lint.phpcs.standard": "vendor/aik099/coding-standard/CodingStandard" + "phabricator.uri": "http://qa.in-portal.org/" } Index: branches/5.2.x/.arclint =================================================================== --- branches/5.2.x/.arclint +++ branches/5.2.x/.arclint @@ -6,7 +6,8 @@ }, "checkstyle": { "type": "phpcs", - "include": "(\\.php$)" + "include": "(\\.php$)", + "phpcs.standard": "vendor/aik099/coding-standard/CodingStandard" } } }