add missing return statement
This commit is contained in:
parent
2bdc1142fe
commit
1b850fbb23
@ -30,13 +30,12 @@ class CustomIdObjectType extends Type
|
||||
return $idObject;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
||||
{
|
||||
$platform->getVarcharTypeDeclarationSQL($fieldDeclaration);
|
||||
return $platform->getVarcharTypeDeclarationSQL($fieldDeclaration);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user