Skip to content

Commit b6a1bbc

Browse files
committed
Configure skip_unlisted_annotations option on phpdoc_separation rule
1 parent 4647f5c commit b6a1bbc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Ruleset/Nexus74.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ public function __construct()
487487
['category', 'package', 'subpackage'],
488488
['property', 'property-read', 'property-write'],
489489
],
490+
'skip_unlisted_annotations' => false,
490491
],
491492
'phpdoc_single_line_var_spacing' => true,
492493
'phpdoc_summary' => true,

src/Ruleset/Nexus80.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ public function __construct()
487487
['category', 'package', 'subpackage'],
488488
['property', 'property-read', 'property-write'],
489489
],
490+
'skip_unlisted_annotations' => false,
490491
],
491492
'phpdoc_single_line_var_spacing' => true,
492493
'phpdoc_summary' => true,

src/Ruleset/Nexus81.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ public function __construct()
487487
['category', 'package', 'subpackage'],
488488
['property', 'property-read', 'property-write'],
489489
],
490+
'skip_unlisted_annotations' => false,
490491
],
491492
'phpdoc_single_line_var_spacing' => true,
492493
'phpdoc_summary' => true,

0 commit comments

Comments
 (0)