Compare commits

..

No commits in common. "e95677aec5423f961a3eabf7a7476a6a4a06d0d9" and "946e03e500281a7ac3dd3e3fa1b8d22e310133fc" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@
$type = $parameter->getType();
$type = $type ?? false;
$type = ($type instanceof \ReflectionNamedType) ? $type->getName() : $type;
if ($type)
{