diff --git a/.php_cs.dist b/.php_cs.dist index 7ebd3f2d9c..d2d8f6801d 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -17,6 +17,7 @@ $rules = [ 'yoda_style' => false, 'phpdoc_to_comment' => false, 'phpdoc_no_package' => false, + 'phpdoc_annotation_without_dot' => false, 'increment_style' => ['style' => 'post'], 'no_useless_else' => false, //'no_php4_constructor' => true,