Skip to content

Commit 001091e

Browse files
authored
fix: unknown format PHPDoc (#1538)
1 parent ccac27c commit 001091e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ModelsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class ModelsCommand extends Command
112112
protected $phpstorm_noinspections;
113113
protected $write_model_external_builder_methods;
114114
/**
115-
* @var bool[string]
115+
* @var array<string, true>
116116
*/
117117
protected $nullableColumns = [];
118118
/**

0 commit comments

Comments
 (0)