Compare commits
No commits in common. "e95677aec5423f961a3eabf7a7476a6a4a06d0d9" and "946e03e500281a7ac3dd3e3fa1b8d22e310133fc" have entirely different histories.
e95677aec5
...
946e03e500
|
@ -252,7 +252,6 @@
|
||||||
|
|
||||||
$type = $parameter->getType();
|
$type = $parameter->getType();
|
||||||
$type = $type ?? false;
|
$type = $type ?? false;
|
||||||
$type = ($type instanceof \ReflectionNamedType) ? $type->getName() : $type;
|
|
||||||
|
|
||||||
if ($type)
|
if ($type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue