Adding docblock
This commit is contained in:
parent
9d7256aace
commit
2e9ffe831c
1 changed files with 3 additions and 0 deletions
|
@ -575,6 +575,9 @@ class ClassMetadataFactory extends AbstractClassMetadataFactory
|
|||
return isset($class->isMappedSuperclass) && $class->isMappedSuperclass === false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Platforms\AbstractPlatform
|
||||
*/
|
||||
private function getTargetPlatform()
|
||||
{
|
||||
if (!$this->targetPlatform) {
|
||||
|
|
Loading…
Add table
Reference in a new issue