1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Merge branch 'DDC-1102'

This commit is contained in:
Benjamin Eberlei 2011-05-01 10:01:49 +02:00
commit 5a6ac2fb56

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';
}