Skip to content

Commit

Permalink
Disable single_line_throw
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Jan 2, 2020
1 parent 47b5695 commit ab6c077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public function __construct(string $type = self::APP_V2, array $overriddenRules
'simple_to_complex_string_variable' => false,
'simplified_null_return' => true,
'single_line_comment_style' => true,
'single_line_throw' => false,
'single_quote' => ['strings_containing_single_quote_chars' => true],
'space_after_semicolon' => true,
'static_lambda' => false,
Expand Down

0 comments on commit ab6c077

Please sign in to comment.