Skip to content

Commit 172ee19

Browse files
committed
Disable single_line_throw php-cs-fixer rule
1 parent d36eded commit 172ee19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ return PhpCsFixer\Config::create()
2424
'phpdoc_no_alias_tag' => false,
2525
'phpdoc_order' => true,
2626
'semicolon_after_instruction' => true,
27+
'single_line_throw' => false,
2728
'strict_comparison' => true,
2829
'strict_param' => true,
2930
'yoda_style' => false,

0 commit comments

Comments
 (0)