Skip to content

Commit

Permalink
relax: remove PhpdocTypesCommaSpacesFixer
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Aug 5, 2024
1 parent 4f81fd5 commit 643fb0f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/RuleSet/Sets/Relax.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public function mainRules(): array
Fixer\PhpdocNoSuperfluousParamFixer::name() => true,
Fixer\PhpdocParamTypeFixer::name() => true,
Fixer\PhpdocSelfAccessorFixer::name() => true,
Fixer\PhpdocTypesCommaSpacesFixer::name() => true,
Fixer\PhpdocTypesTrimFixer::name() => true,

/*
Expand Down
5 changes: 0 additions & 5 deletions tests/Fixtures/Ruleset/relax-custom_actual.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ class RelaxCustom
*/
private $instance;

/**
* @var array<int,string>
*/
private $phpdocTypesCommaSpacesFixer;

/** Hello
* World!
*/
Expand Down
5 changes: 0 additions & 5 deletions tests/Fixtures/Ruleset/relax-custom_expected.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ class RelaxCustom
*/
private $instance;

/**
* @var array<int, string>
*/
private $phpdocTypesCommaSpacesFixer;

/**
* Hello
* World!
Expand Down

0 comments on commit 643fb0f

Please sign in to comment.