mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
* Return Castable class if failed to detect it from return types * fix-style * Add CHANGELOG.md entry
This commit is contained in:
@@ -1347,7 +1347,7 @@ class ModelsCommand extends Command
|
||||
|
||||
return $this->getReturnTypeFromReflection($methodReflection) ??
|
||||
$this->getReturnTypeFromDocBlock($methodReflection, $reflection) ??
|
||||
'mixed';
|
||||
$type;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user