Merge branch 'DDC-1102'
This commit is contained in:
commit
5a6ac2fb56
@ -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