From aeae101debfaad2ad5492ea346faf93ee03233ca Mon Sep 17 00:00:00 2001 From: Jip Date: Sat, 6 Jan 2018 15:48:00 +0100 Subject: [PATCH] Fixed StyleCI config (#139) Excluded property and constants separation: * https://styleci.readme.io/v1.0/docs/fixers#section-property_separation * https://styleci.readme.io/v1.0/docs/fixers#const_separation --- .styleci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 0b2abccb..1d22003b 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -7,6 +7,8 @@ enabled: disabled: - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198 - phpdoc_inline_tag + - property_separation + - const_separation finder: exclude: