There was an error while loading. Please reload this page.
1 parent 39950ae commit c0318bcCopy full SHA for c0318bc
tests/PHPStan/Reflection/Deprecation/data/CustomDeprecationExtension.php
@@ -33,7 +33,10 @@ class CustomDeprecationExtension implements
33
EnumCaseDeprecationExtension
34
{
35
36
-public function getClassDeprecation(ReflectionClass|ReflectionEnum $reflection): ?Deprecation
+/**
37
+ * @param ReflectionClass|ReflectionEnum $reflection
38
+ */
39
+public function getClassDeprecation($reflection): ?Deprecation
40
41
return $this->buildDeprecation($reflection);
42
}
0 commit comments