1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Adding docblock

This commit is contained in:
Ryan Weaver 2015-02-04 13:51:02 -05:00 committed by Marco Pivetta
parent 9d7256aace
commit 2e9ffe831c

View File

@ -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) {