Skip to content

Commit 2c6792e

Browse files
villfaondrejmirtes
authored andcommittedDec 13, 2022
Move deprecationRulesInstalled parameter to the right file
1 parent f6e02de commit 2c6792e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎phpstan.neon

-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ includes:
55
- vendor/phpstan/phpstan-phpunit/extension.neon
66

77
parameters:
8-
deprecationRulesInstalled: true
98
excludePaths:
109
- tests/*/data/*

‎rules.neon

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
parameters:
2+
deprecationRulesInstalled: true
3+
14
services:
25
-
36
class: PHPStan\Rules\Deprecations\DeprecatedClassHelper

0 commit comments

Comments
 (0)
Failed to load comments.