We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0318bc commit b48822eCopy full SHA for b48822e
tests/PHPStan/Reflection/Deprecation/data/CustomDeprecationExtension.php
@@ -66,7 +66,10 @@ public function getClassConstantDeprecation(ReflectionClassConstant $reflection)
66
return $this->buildDeprecation($reflection);
67
}
68
69
- public function getEnumCaseDeprecation(ReflectionEnumBackedCase|ReflectionEnumUnitCase $reflection): ?Deprecation
+ /**
70
+ * @param ReflectionEnumBackedCase|ReflectionEnumUnitCase $reflection
71
+ */
72
+ public function getEnumCaseDeprecation($reflection): ?Deprecation
73
{
74
75
0 commit comments