Skip to content

Commit

Permalink
Update phpdoc_separation groups
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Sep 7, 2024
1 parent d9afc1d commit 650d490
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
9 changes: 2 additions & 7 deletions src/Ruleset/Nexus80.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,10 @@ public function __construct()
['author', 'copyright', 'license'],
['category', 'package', 'subpackage'],
['deprecated', 'link', 'see', 'since'],
['immutable', 'phpstan-immutable'],
['param', 'phpstan-param'],
['phpstan-assert', 'phpstan-assert-if-true', 'phpstan-assert-if-false'],
['property', 'property-read', 'property-write'],
['pure', 'phpstan-pure'],
['readonly', 'phpstan-readonly'],
['return', 'phpstan-return'],
['runTestsInSeparateProcess', 'runInSeparateProcess', 'preserveGlobalState'],
['template', 'template-covariant', 'phpstan-template', 'phpstan-template-covariant'],
['var', 'phpstan-var', 'psalm-var'],
['template', 'template-covariant'],
],
'skip_unlisted_annotations' => false,
],
Expand Down
9 changes: 2 additions & 7 deletions src/Ruleset/Nexus81.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,10 @@ public function __construct()
['author', 'copyright', 'license'],
['category', 'package', 'subpackage'],
['deprecated', 'link', 'see', 'since'],
['immutable', 'phpstan-immutable'],
['param', 'phpstan-param'],
['phpstan-assert', 'phpstan-assert-if-true', 'phpstan-assert-if-false'],
['property', 'property-read', 'property-write'],
['pure', 'phpstan-pure'],
['readonly', 'phpstan-readonly'],
['return', 'phpstan-return'],
['runTestsInSeparateProcess', 'runInSeparateProcess', 'preserveGlobalState'],
['template', 'template-covariant', 'phpstan-template', 'phpstan-template-covariant'],
['var', 'phpstan-var', 'psalm-var'],
['template', 'template-covariant'],
],
'skip_unlisted_annotations' => false,
],
Expand Down
9 changes: 2 additions & 7 deletions src/Ruleset/Nexus82.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,10 @@ public function __construct()
['author', 'copyright', 'license'],
['category', 'package', 'subpackage'],
['deprecated', 'link', 'see', 'since'],
['immutable', 'phpstan-immutable'],
['param', 'phpstan-param'],
['phpstan-assert', 'phpstan-assert-if-true', 'phpstan-assert-if-false'],
['property', 'property-read', 'property-write'],
['pure', 'phpstan-pure'],
['readonly', 'phpstan-readonly'],
['return', 'phpstan-return'],
['runTestsInSeparateProcess', 'runInSeparateProcess', 'preserveGlobalState'],
['template', 'template-covariant', 'phpstan-template', 'phpstan-template-covariant'],
['var', 'phpstan-var', 'psalm-var'],
['template', 'template-covariant'],
],
'skip_unlisted_annotations' => false,
],
Expand Down

0 comments on commit 650d490

Please sign in to comment.