| Classes | |
|---|---|
| Deprecation | |
| Interfaces | |
| ClassConstantDeprecationExtension | This interface allows you to provide custom deprecation information To register it in the configuration file use the following tag: ``` services: - class: App\PHPStan\MyProvider tags: - phpstan.classConstantDeprecationExtension
|
| ClassDeprecationExtension | This interface allows you to provide custom deprecation information To register it in the configuration file use the following tag: ``` services: - class: App\PHPStan\MyProvider tags: - phpstan.classDeprecationExtension
|
| ConstantDeprecationExtension | This interface allows you to provide custom deprecation information To register it in the configuration file use the following tag: ``` services: - class: App\PHPStan\MyProvider tags: - phpstan.constantDeprecationExtension
|
| EnumCaseDeprecationExtension | This interface allows you to provide custom deprecation information To register it in the configuration file use the following tag: ``` services: - class: App\PHPStan\MyProvider tags: - phpstan.enumCaseDeprecationExtension
|
| FunctionDeprecationExtension | This interface allows you to provide custom deprecation information To register it in the configuration file use the following tag: ``` services: - class: App\PHPStan\MyProvider tags: - phpstan.functionDeprecationExtension
|
| MethodDeprecationExtension | This interface allows you to provide custom deprecation information To register it in the configuration file use the following tag: ``` services: - class: App\PHPStan\MyProvider tags: - phpstan.methodDeprecationExtension
|
| PropertyDeprecationExtension | This interface allows you to provide custom deprecation information To register it in the configuration file use the following tag: ``` services: - class: App\PHPStan\MyProvider tags: - phpstan.propertyDeprecationExtension
|