From e295dc5a79f83bde291e78501735b841d54235c4 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Mon, 5 Nov 2018 12:46:38 +0100 Subject: [PATCH] [phpcs] Add check for concatenation operator spacing The concatenation operator should have one space before and after --- phpcs.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/phpcs.xml b/phpcs.xml index a67262ce..119d4b2b 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -13,6 +13,13 @@ + + + + + + +