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