Skip to content

Commit

Permalink
Move deprecationRulesInstalled parameter to the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa authored and ondrejmirtes committed Dec 13, 2022
1 parent f6e02de commit 2c6792e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ includes:
- vendor/phpstan/phpstan-phpunit/extension.neon

parameters:
deprecationRulesInstalled: true
excludePaths:
- tests/*/data/*
3 changes: 3 additions & 0 deletions rules.neon
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
parameters:
deprecationRulesInstalled: true

services:
-
class: PHPStan\Rules\Deprecations\DeprecatedClassHelper
Expand Down

0 comments on commit 2c6792e

Please sign in to comment.