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 921f1e1 commit a823f8eCopy full SHA for a823f8e
src/Utils/Reflection.php
@@ -79,8 +79,7 @@ public static function getPropertyType(\ReflectionProperty $prop): ?Type
79
80
81
/**
82
- * Returns the default value of parameter. If it is a constant, it returns its value.
83
- * @throws \ReflectionException If the parameter does not have a default value or the constant cannot be resolved
+ * @deprecated use ReflectionParameter::getDefaultValue()
84
*/
85
public static function getParameterDefaultValue(\ReflectionParameter $param): mixed
86
{
0 commit comments