function DeprecatedScopeResolver::isScopeDeprecated
4 methods override DeprecatedScopeResolver::isScopeDeprecated()
- DefaultDeprecatedScopeResolver::isScopeDeprecated in vendor/
phpstan/ phpstan-deprecation-rules/ src/ Rules/ Deprecations/ DefaultDeprecatedScopeResolver.php - DeprecationHelperScope::isScopeDeprecated in vendor/
mglaman/ phpstan-drupal/ src/ DeprecatedScope/ DeprecationHelperScope.php - GroupLegacyScope::isScopeDeprecated in vendor/
mglaman/ phpstan-drupal/ src/ DeprecatedScope/ GroupLegacyScope.php - IgnoreDeprecationsScope::isScopeDeprecated in vendor/
mglaman/ phpstan-drupal/ src/ DeprecatedScope/ IgnoreDeprecationsScope.php
File
-
vendor/
phpstan/ phpstan-deprecation-rules/ src/ Rules/ Deprecations/ DeprecatedScopeResolver.php, line 25
Class
- DeprecatedScopeResolver
- This is the interface for custom deprecated scope resolvers.
Namespace
PHPStan\Rules\DeprecationsCode
public function isScopeDeprecated(Scope $scope) : bool;