We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c27fe6 commit e759455Copy full SHA for e759455
.php_cs.dist
@@ -19,5 +19,6 @@ return PhpCsFixer\Config::create()
19
],
20
'no_empty_phpdoc' => true,
21
'no_superfluous_phpdoc_tags' => true,
22
+ 'single_line_throw' => false,
23
])
24
->setFinder($finder);
0 commit comments