From 5bcea9ec9115a5fcf89d35f339b9fc9da4349029 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Fri, 10 May 2019 12:37:00 +0200 Subject: [PATCH] :bug: Fix docComment rule --- SymfonyCustom/ruleset.xml | 7 +------ docs/standards.md | 5 +---- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/SymfonyCustom/ruleset.xml b/SymfonyCustom/ruleset.xml index 730e637..6f595c4 100755 --- a/SymfonyCustom/ruleset.xml +++ b/SymfonyCustom/ruleset.xml @@ -79,13 +79,8 @@ - - - - - - + diff --git a/docs/standards.md b/docs/standards.md index 9c36522..25daa7c 100644 --- a/docs/standards.md +++ b/docs/standards.md @@ -138,12 +138,9 @@ we do not respect this rule: ``` -- DocComment should start on a new line, end on a new line and be correctly indented +- DocComment should be correctly indented ``` - - - ```