Skip to content

Commit

Permalink
Remove blank lines before declare, include, include_once, `requ…
Browse files Browse the repository at this point in the history
…ire` and `require_once`
  • Loading branch information
andrey-helldar committed Sep 4, 2023
1 parent 7f4eda6 commit 8736ab0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/presets/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,14 @@
'blank_line_before_statement' => [
'statements' => [
'continue',
'declare',
'default',
'do',
'exit',
'for',
'foreach',
'goto',
'if',
'include',
'include_once',
'phpdoc',
'require',
'require_once',
'return',
'switch',
'throw',
Expand Down

0 comments on commit 8736ab0

Please sign in to comment.