DeprecatedScopeResolver
in
This is the interface for custom deprecated scope resolvers.
To register it in the configuration file use the phpstan.deprecations.deprecatedScopeResolver
service tag:
services:
-
class: App\PHPStan\MyExtension
tags:
- phpstan.deprecations.deprecatedScopeResolver
Table of Contents
Methods
- isScopeDeprecated() : bool
Methods
isScopeDeprecated()
public
isScopeDeprecated(Scope $scope) : bool
Parameters
- $scope : Scope