Skip to content

Commit

Permalink
Realodix: Set minimum_number_of_parameters to 2 on PhpCsFixerCustom…
Browse files Browse the repository at this point in the history
…Fixers/multiline_promoted_properties rule
  • Loading branch information
realodix committed Jun 17, 2024
1 parent f265819 commit 545f191
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/RuleSet/Sets/Realodix.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ protected function rules(): array
'single_line_comment_spacing' => true,

Fixer\MultilineCommentOpeningClosingAloneFixer::name() => true,
Fixer\MultilinePromotedPropertiesFixer::name() => true,
Fixer\MultilinePromotedPropertiesFixer::name() => [
'minimum_number_of_parameters' => 2,
],
Fixer\NoDoctrineMigrationsGeneratedCommentFixer::name() => true,
Fixer\NoDuplicatedArrayKeyFixer::name() => true,
Fixer\NoDuplicatedImportsFixer::name() => true,
Expand Down

0 comments on commit 545f191

Please sign in to comment.