Skip to content

Commit

Permalink
Merge pull request #184 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
Remove blank lines before `declare`, `include`, `include_once`, `require` and `require_once`
  • Loading branch information
andrey-helldar authored Sep 4, 2023
2 parents 7f4eda6 + 8736ab0 commit 00cad81
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 00cad81

Please sign in to comment.