We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6e86d commit ea21dabCopy full SHA for ea21dab
src/Application/DefaultPreset.php
@@ -42,7 +42,7 @@ public static function get(Composer $composer): array
42
'linesCountBetweenDifferentAnnotationsTypes' => 1,
43
],
44
DeclareStrictTypesSniff::class => [
45
- 'newlinesCountBeforeDeclare' => 2,
+ 'linesCountBeforeDeclare' => 1,
46
'spacesCountAroundEqualsSign' => 0,
47
48
UnusedUsesSniff::class => [
0 commit comments