DDC-1102 - Typo in EntityGenerator
This commit is contained in:
parent
e3d2a0e293
commit
6b3dfaccfc
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ public function <methodName>()
|
|||
}
|
||||
|
||||
if ($metadata->isMappedSuperclass) {
|
||||
$lines[] = ' * @' . $this->_annotationsPrefix . 'MappedSupperClass';
|
||||
$lines[] = ' * @' . $this->_annotationsPrefix . 'MappedSuperClass';
|
||||
} else {
|
||||
$lines[] = ' * @' . $this->_annotationsPrefix . 'Entity';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue