From 636618e02f6bd791305dded2cc762f54d509f323 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Mon, 6 May 2019 09:43:38 +0200 Subject: [PATCH] :sparkles: Remove string concat check --- SymfonyCustom/ruleset.xml | 5 ----- docs/standards.md | 10 ---------- 2 files changed, 15 deletions(-) diff --git a/SymfonyCustom/ruleset.xml b/SymfonyCustom/ruleset.xml index da946ff..59d7e35 100755 --- a/SymfonyCustom/ruleset.xml +++ b/SymfonyCustom/ruleset.xml @@ -82,9 +82,4 @@ - - - - - diff --git a/docs/standards.md b/docs/standards.md index 6c04f18..c22d121 100644 --- a/docs/standards.md +++ b/docs/standards.md @@ -138,16 +138,6 @@ we do not respect this rule: ``` -- Do not use unnecessary concat operator - -``` - - - - - -``` - ### Custom - Some others checks are made about array (`=>` alignments and indentation)