From e9e631b61eadc4a6ff4d871e2475495a6f488b4f Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 18 Aug 2018 14:38:40 -0700 Subject: [PATCH] PHPCS 2 compat --- phpcs.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index 65376c9..86c05ab 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -9,9 +9,6 @@ --> <arg value="ps" /> - <!-- Check up to 8 files simultaneously. --> - <arg name="parallel" value="8" /> - <!-- Only check the PHP files. --> <arg name="extensions" value="php" /> -- GitLab