From a97b5ba594ba37d7899c0d48c5ab03eb04c5de65 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 9 Aug 2016 19:52:44 +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 ce6b2b0..08540e6 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -8,3 +8,4 @@ enabled: disabled: - empty_return + - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198