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 d36eded commit 172ee19Copy full SHA for 172ee19
.php_cs
@@ -24,6 +24,7 @@ return PhpCsFixer\Config::create()
24
'phpdoc_no_alias_tag' => false,
25
'phpdoc_order' => true,
26
'semicolon_after_instruction' => true,
27
+ 'single_line_throw' => false,
28
'strict_comparison' => true,
29
'strict_param' => true,
30
'yoda_style' => false,
0 commit comments