Adding docblock
This commit is contained in:
parent
75bb3a0de3
commit
0e08633790
1 changed files with 3 additions and 0 deletions
|
@ -753,6 +753,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…
Add table
Reference in a new issue