From 2ffb8c84813e0a83e53a9a72e4e2fbd9e88dc18a Mon Sep 17 00:00:00 2001 From: Steve Grunwell Date: Mon, 22 Jan 2018 03:42:05 +0000 Subject: [PATCH] Exclude tests/e2e-tests/ from the PEAR.Functions.FunctionCallSignature.EmptyLine sniff, or risk a ton of 'Empty lines are not allowed in multi-line function calls' errors. --- phpcs.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpcs.xml b/phpcs.xml index c95ad7d41e9..2d5dbcc3062 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -60,4 +60,7 @@ tests/ + + tests/e2e-tests/ +