Editor PHP 2.4.0

DeprecatedScopeResolver

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
Return values
bool

        
On this page

Search results