mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
fix: unknown format PHPDoc (#1538)
This commit is contained in:
@@ -112,7 +112,7 @@ class ModelsCommand extends Command
|
|||||||
protected $phpstorm_noinspections;
|
protected $phpstorm_noinspections;
|
||||||
protected $write_model_external_builder_methods;
|
protected $write_model_external_builder_methods;
|
||||||
/**
|
/**
|
||||||
* @var bool[string]
|
* @var array<string, true>
|
||||||
*/
|
*/
|
||||||
protected $nullableColumns = [];
|
protected $nullableColumns = [];
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user