Skip to content

Commit c712d7c

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

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
@@ -35,7 +35,6 @@ public static function isClassKeyword(string $name): bool
3535
}
3636

3737

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

0 commit comments

Comments
 (0)