namespace PHPStan\Rules\Deprecations
Object name | File name | Summary |
---|---|---|
AccessDeprecatedPropertyRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/AccessDeprecatedPropertyRule.php | @implements Rule<PropertyFetch> |
AccessDeprecatedStaticPropertyRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php | @implements Rule<StaticPropertyFetch> |
CallToDeprecatedFunctionRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/CallToDeprecatedFunctionRule.php | @implements Rule<FuncCall> |
CallToDeprecatedMethodRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/CallToDeprecatedMethodRule.php | @implements Rule<MethodCall> |
CallToDeprecatedStaticMethodRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php | @implements Rule<StaticCall> |
DefaultDeprecatedScopeResolver | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/DefaultDeprecatedScopeResolver.php | |
DeprecatedClassHelper | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/DeprecatedClassHelper.php | |
DeprecatedScopeHelper | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/DeprecatedScopeHelper.php | |
DeprecatedScopeResolver | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/DeprecatedScopeResolver.php | This is the interface for custom deprecated scope resolvers. |
FetchingClassConstOfDeprecatedClassRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/FetchingClassConstOfDeprecatedClassRule.php | @implements Rule<ClassConstFetch> |
FetchingDeprecatedConstRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/FetchingDeprecatedConstRule.php | @implements Rule<ConstFetch> |
ImplementationOfDeprecatedInterfaceRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/ImplementationOfDeprecatedInterfaceRule.php | @implements Rule<Class_> |
InheritanceOfDeprecatedClassRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/InheritanceOfDeprecatedClassRule.php | @implements Rule<Class_> |
InheritanceOfDeprecatedInterfaceRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/InheritanceOfDeprecatedInterfaceRule.php | @implements Rule<Interface_> |
InstantiationOfDeprecatedClassRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/InstantiationOfDeprecatedClassRule.php | @implements Rule<New_> |
TypeHintDeprecatedInClassMethodSignatureRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/TypeHintDeprecatedInClassMethodSignatureRule.php | @implements Rule<InClassMethodNode> |
TypeHintDeprecatedInClosureSignatureRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/TypeHintDeprecatedInClosureSignatureRule.php | @implements Rule<InClosureNode> |
TypeHintDeprecatedInFunctionSignatureRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/TypeHintDeprecatedInFunctionSignatureRule.php | @implements Rule<InFunctionNode> |
UsageOfDeprecatedCastRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/UsageOfDeprecatedCastRule.php | @implements Rule<Cast> |
UsageOfDeprecatedTraitRule | vendor/phpstan/phpstan-deprecation-rules/src/Rules/Deprecations/UsageOfDeprecatedTraitRule.php | @implements Rule<TraitUse> |