fix: unknown format PHPDoc (#1538)

This commit is contained in:
schrosis
2024-07-12 16:09:08 +02:00
committed by GitHub
parent ccac27c8cf
commit 001091e605
+1 -1
View File
@@ -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 = [];
/** /**