From 08c22a2749b42e7d858af2bebf6d6143315d49ed Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Mon, 15 Aug 2016 16:52:43 +0200 Subject: [PATCH] Do not remove dots in doc block --- .styleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.styleci.yml b/.styleci.yml index 295fafe..706fce6 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -6,3 +6,4 @@ enabled: disabled: - empty_return + - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198