Adding docblock
This commit is contained in:
parent
9d7256aace
commit
2e9ffe831c
@ -575,6 +575,9 @@ class ClassMetadataFactory extends AbstractClassMetadataFactory
|
|||||||
return isset($class->isMappedSuperclass) && $class->isMappedSuperclass === false;
|
return isset($class->isMappedSuperclass) && $class->isMappedSuperclass === false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return Platforms\AbstractPlatform
|
||||||
|
*/
|
||||||
private function getTargetPlatform()
|
private function getTargetPlatform()
|
||||||
{
|
{
|
||||||
if (!$this->targetPlatform) {
|
if (!$this->targetPlatform) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user