hotfix for type overrides

Oops, looks like I forgot to commit one call to the new method. This is related to #377.
This commit is contained in:
Andrew Ellis
2016-08-25 18:53:51 -06:00
committed by GitHub
parent e1a0f034a1
commit 6f9b90c204
+1 -1
View File
@@ -488,7 +488,7 @@ class ModelsCommand extends Command
$this->properties[$name]['comment'] = (string) $comment;
}
if ($type !== null) {
$this->properties[$name]['type'] = $type;
$this->properties[$name]['type'] = $this->getTypeOverride($type);
}
if ($read !== null) {
$this->properties[$name]['read'] = $read;