Skip to content

Commit c5a33ab

Browse files
author
Sine Jespersen
committed
2314: add phpdoc_to_comment false to php-cs-fixer
1 parent 22e8cd9 commit c5a33ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'phpdoc_align' => false,
1717
'no_superfluous_phpdoc_tags' => false,
1818
'array_syntax' => ['syntax' => 'short'],
19+
'phpdoc_to_comment' => false,
1920
'declare_strict_types' => true,
2021
ConstructorEmptyBracesFixer::name() => true,
2122
MultilinePromotedPropertiesFixer::name() => true,

0 commit comments

Comments
 (0)