summaryrefslogtreecommitdiff
path: root/.php_cs.dist
diff options
context:
space:
mode:
Diffstat (limited to '.php_cs.dist')
-rw-r--r--.php_cs.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/.php_cs.dist b/.php_cs.dist
index 857e9f0..d5e4918 100644
--- a/.php_cs.dist
+++ b/.php_cs.dist
@@ -8,6 +8,7 @@ return PhpCsFixer\Config::create()
->setRules(array(
'@Symfony' => true,
'concat_space' => array('spacing' => 'one'),
+ 'phpdoc_annotation_without_dot' => false,
))
->setFinder($finder)
;