Skip to content

Commit e759455

Browse files
committed
fix cs config
1 parent 7c27fe6 commit e759455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ return PhpCsFixer\Config::create()
1919
],
2020
'no_empty_phpdoc' => true,
2121
'no_superfluous_phpdoc_tags' => true,
22+
'single_line_throw' => false,
2223
])
2324
->setFinder($finder);

0 commit comments

Comments
 (0)