Skip to content

Commit

Permalink
Remove single line rule on "throw Exception" (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-goncalves-kununu authored Sep 5, 2024
1 parent 881e7b3 commit e38ff96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PHP/CodeStandards/Scripts/php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ return (new Config())
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'single_line_throw' => false,
])
->setFinder(
Finder::create()
Expand Down

0 comments on commit e38ff96

Please sign in to comment.