We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2081ca6 commit 39c3b59Copy full SHA for 39c3b59
src/Config.php
@@ -94,6 +94,7 @@ public function __construct(string $name = 'REDAXO 5')
94
'psr_autoloading' => false,
95
'semicolon_after_instruction' => false,
96
'single_line_empty_body' => true,
97
+ 'single_line_throw' => false,
98
'statement_indentation' => false,
99
'static_lambda' => true,
100
'string_implicit_backslashes' => ['single_quoted' => 'ignore'],
0 commit comments