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