Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

Commit 5895159

Browse files
committed
Minor php-cs-fixer rules update
1 parent 05023a5 commit 5895159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.php_cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ return PhpCsFixer\Config::create()
2020
'@Symfony' => true,
2121
'psr0' => false,
2222
'concat_space' => ['spacing' => 'one'],
23-
'phpdoc_short_description' => false,
23+
'phpdoc_summary' => false,
24+
'phpdoc_annotation_without_dot' => false,
2425
'phpdoc_order' => true,
2526
'array_syntax' => ['syntax' => 'short'],
2627
'ordered_imports' => true,

0 commit comments

Comments
 (0)