Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 597f30e

Browse files
committed
Disable phpdoc fixer for now
1 parent 9668179 commit 597f30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ return PhpCsFixer\Config::create()
1616
'syntax' => 'short',
1717
],
1818
'no_empty_phpdoc' => true,
19-
'no_superfluous_phpdoc_tags' => true,
19+
//'no_superfluous_phpdoc_tags' => true,
2020
])
2121
->setFinder($finder);

0 commit comments

Comments
 (0)