mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Fix CS
This commit is contained in:
@@ -1108,7 +1108,7 @@ class ModelsCommand extends Command
|
||||
if ($reflectionType === null) {
|
||||
$reflectionType = $this->getReturnTypeFromDocBlock($methodReflection);
|
||||
}
|
||||
|
||||
|
||||
if($reflectionType === 'static' || $reflectionType === '$this') {
|
||||
$reflectionType = $type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user