Skip to content

Commit

Permalink
Refs #695 - Fix deprecation for dynamic property (#697)
Browse files Browse the repository at this point in the history
See slevomat/coding-standard@b71f8d7
The property we set has been renamed since V7 of slevomat coding standard
  • Loading branch information
Jibbarth authored Nov 11, 2024
1 parent bd6e86d commit ea21dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/DefaultPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static function get(Composer $composer): array
'linesCountBetweenDifferentAnnotationsTypes' => 1,
],
DeclareStrictTypesSniff::class => [
'newlinesCountBeforeDeclare' => 2,
'linesCountBeforeDeclare' => 1,
'spacesCountAroundEqualsSign' => 0,
],
UnusedUsesSniff::class => [
Expand Down

0 comments on commit ea21dab

Please sign in to comment.