Skip to content

Commit b48822e

Browse files
committed
Fix build
1 parent c0318bc commit b48822e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/PHPStan/Reflection/Deprecation/data/CustomDeprecationExtension.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ public function getClassConstantDeprecation(ReflectionClassConstant $reflection)
6666
return $this->buildDeprecation($reflection);
6767
}
6868

69-
public function getEnumCaseDeprecation(ReflectionEnumBackedCase|ReflectionEnumUnitCase $reflection): ?Deprecation
69+
/**
70+
* @param ReflectionEnumBackedCase|ReflectionEnumUnitCase $reflection
71+
*/
72+
public function getEnumCaseDeprecation($reflection): ?Deprecation
7073
{
7174
return $this->buildDeprecation($reflection);
7275
}

0 commit comments

Comments
 (0)