Skip to content

Commit 20adaa6

Browse files
committed
Refs nunomaduro#695 - Fix deprecation for dynamic property
See slevomat/coding-standard@b71f8d7 The property we set has been renamed since V7 of slevomat coding standard
1 parent e3f0a40 commit 20adaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Application/DefaultPreset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static function get(Composer $composer): array
4242
'linesCountBetweenDifferentAnnotationsTypes' => 1,
4343
],
4444
DeclareStrictTypesSniff::class => [
45-
'newlinesCountBeforeDeclare' => 2,
45+
'linesCountBeforeDeclare' => 1,
4646
'spacesCountAroundEqualsSign' => 0,
4747
],
4848
UnusedUsesSniff::class => [

0 commit comments

Comments
 (0)