Merge pull request #380 from ellisio/patch-1

hotfix for type overrides
This commit is contained in:
Barry vd. Heuvel
2016-08-26 13:27:42 +02:00
committed by GitHub
+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;