Skip to content

Commit 39c3b59

Browse files
authored
Disable single_line_throw rule (#36)
1 parent 2081ca6 commit 39c3b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config.php

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public function __construct(string $name = 'REDAXO 5')
9494
'psr_autoloading' => false,
9595
'semicolon_after_instruction' => false,
9696
'single_line_empty_body' => true,
97+
'single_line_throw' => false,
9798
'statement_indentation' => false,
9899
'static_lambda' => true,
99100
'string_implicit_backslashes' => ['single_quoted' => 'ignore'],

0 commit comments

Comments
 (0)