diff --git a/src/Application/DefaultPreset.php b/src/Application/DefaultPreset.php index 94d79d50..e20eeb0c 100644 --- a/src/Application/DefaultPreset.php +++ b/src/Application/DefaultPreset.php @@ -42,7 +42,7 @@ public static function get(Composer $composer): array 'linesCountBetweenDifferentAnnotationsTypes' => 1, ], DeclareStrictTypesSniff::class => [ - 'newlinesCountBeforeDeclare' => 2, + 'linesCountBeforeDeclare' => 1, 'spacesCountAroundEqualsSign' => 0, ], UnusedUsesSniff::class => [