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