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 a5fe153 commit 534b599Copy full SHA for 534b599
src/Utils/Reflection.php
@@ -33,7 +33,6 @@ public static function isClassKeyword(string $name): bool
33
}
34
35
36
- /** @deprecated use native ReflectionParameter::getDefaultValue() */
37
public static function getParameterDefaultValue(\ReflectionParameter $param): mixed
38
{
39
if ($param->isDefaultValueConstant()) {
0 commit comments