mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
@@ -1291,7 +1291,8 @@ class ModelsCommand extends Command
|
||||
$methodReflection = $castReflection->getMethod('get');
|
||||
|
||||
return $this->getReturnTypeFromReflection($methodReflection) ??
|
||||
$this->getReturnTypeFromDocBlock($methodReflection, $reflection);
|
||||
$this->getReturnTypeFromDocBlock($methodReflection, $reflection) ??
|
||||
'mixed';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user