Skip to content

Commit

Permalink
Disable single_line_throw rule (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan authored Oct 21, 2024
1 parent 2081ca6 commit 39c3b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function __construct(string $name = 'REDAXO 5')
'psr_autoloading' => false,
'semicolon_after_instruction' => false,
'single_line_empty_body' => true,
'single_line_throw' => false,
'statement_indentation' => false,
'static_lambda' => true,
'string_implicit_backslashes' => ['single_quoted' => 'ignore'],
Expand Down

0 comments on commit 39c3b59

Please sign in to comment.