We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95077e0 commit 46a7126Copy full SHA for 46a7126
rules.neon
@@ -8,12 +8,14 @@ rules:
8
- PHPStan\Rules\PHPUnit\NoMissingSpaceInClassAnnotationRule
9
- PHPStan\Rules\PHPUnit\NoMissingSpaceInMethodAnnotationRule
10
- PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule
11
- - PHPStan\Rules\PHPUnit\DataProviderDataRule
12
13
conditionalTags:
14
PHPStan\Rules\PHPUnit\AssertEqualsIsDiscouragedRule:
15
phpstan.rules.rule: [%strictRulesInstalled%, %featureToggles.bleedingEdge%]
16
+ PHPStan\Rules\PHPUnit\DataProviderDataRule:
17
+ phpstan.rules.rule: %featureToggles.bleedingEdge%
18
+
19
services:
20
-
21
class: PHPStan\Rules\PHPUnit\DataProviderDeclarationRule
0 commit comments