Skip to content

Commit 534b599

Browse files
committed
Reflection::getParameterDefaultValue() is not deprecated
see nette/di#315
1 parent a5fe153 commit 534b599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Utils/Reflection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public static function isClassKeyword(string $name): bool
3333
}
3434

3535

36-
/** @deprecated use native ReflectionParameter::getDefaultValue() */
3736
public static function getParameterDefaultValue(\ReflectionParameter $param): mixed
3837
{
3938
if ($param->isDefaultValueConstant()) {

0 commit comments

Comments
 (0)