Skip to content

Commit ce6a85a

Browse files
committed
DeprecatedScopeResolver - description in PHPDoc
1 parent 0f3fbc3 commit ce6a85a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/Rules/Deprecations/DeprecatedScopeResolver.php

+15-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@
44

55
use PHPStan\Analyser\Scope;
66

7-
/** @api */
7+
/**
8+
* This is the interface for custom deprecated scope resolvers.
9+
*
10+
* To register it in the configuration file use the `phpstan.deprecations.deprecatedScopeResolver` service tag:
11+
*
12+
* ```
13+
* services:
14+
* -
15+
* class: App\PHPStan\MyExtension
16+
* tags:
17+
* - phpstan.deprecations.deprecatedScopeResolver
18+
* ```
19+
*
20+
* @api
21+
*/
822
interface DeprecatedScopeResolver
923
{
1024

0 commit comments

Comments
 (0)