1
0
mirror of synced 2025-01-29 19:41:45 +03:00

DDC-1102 - Typo in EntityGenerator

This commit is contained in:
Benjamin Eberlei 2011-05-01 10:01:38 +02:00
parent e3d2a0e293
commit 6b3dfaccfc

View File

@ -520,7 +520,7 @@ public function <methodName>()
}
if ($metadata->isMappedSuperclass) {
$lines[] = ' * @' . $this->_annotationsPrefix . 'MappedSupperClass';
$lines[] = ' * @' . $this->_annotationsPrefix . 'MappedSuperClass';
} else {
$lines[] = ' * @' . $this->_annotationsPrefix . 'Entity';
}