From 001091e6052e0c0ce47dd5ce57366a0dc9eaa714 Mon Sep 17 00:00:00 2001 From: schrosis <54675948+schrosis@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:09:08 +0900 Subject: [PATCH] fix: unknown format PHPDoc (#1538) --- src/Console/ModelsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 9e808d8..8bdd55a 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -112,7 +112,7 @@ class ModelsCommand extends Command protected $phpstorm_noinspections; protected $write_model_external_builder_methods; /** - * @var bool[string] + * @var array */ protected $nullableColumns = []; /**