DDC-1102 - Typo in EntityGenerator
This commit is contained in:
parent
e3d2a0e293
commit
6b3dfaccfc
@ -520,7 +520,7 @@ public function <methodName>()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($metadata->isMappedSuperclass) {
|
if ($metadata->isMappedSuperclass) {
|
||||||
$lines[] = ' * @' . $this->_annotationsPrefix . 'MappedSupperClass';
|
$lines[] = ' * @' . $this->_annotationsPrefix . 'MappedSuperClass';
|
||||||
} else {
|
} else {
|
||||||
$lines[] = ' * @' . $this->_annotationsPrefix . 'Entity';
|
$lines[] = ' * @' . $this->_annotationsPrefix . 'Entity';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user