Skip to content

Commit 46a7126

Browse files
committed
bleeding edge only
1 parent 95077e0 commit 46a7126

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rules.neon

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ rules:
88
- PHPStan\Rules\PHPUnit\NoMissingSpaceInClassAnnotationRule
99
- PHPStan\Rules\PHPUnit\NoMissingSpaceInMethodAnnotationRule
1010
- PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule
11-
- PHPStan\Rules\PHPUnit\DataProviderDataRule
1211

1312
conditionalTags:
1413
PHPStan\Rules\PHPUnit\AssertEqualsIsDiscouragedRule:
1514
phpstan.rules.rule: [%strictRulesInstalled%, %featureToggles.bleedingEdge%]
1615

16+
PHPStan\Rules\PHPUnit\DataProviderDataRule:
17+
phpstan.rules.rule: %featureToggles.bleedingEdge%
18+
1719
services:
1820
-
1921
class: PHPStan\Rules\PHPUnit\DataProviderDeclarationRule

0 commit comments

Comments
 (0)