Skip to content

Commit ea21dab

Browse files
authored
Refs #695 - Fix deprecation for dynamic property (#697)
See slevomat/coding-standard@b71f8d7 The property we set has been renamed since V7 of slevomat coding standard
1 parent bd6e86d commit ea21dab

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)