Fixed doc-blocks
This commit is contained in:
parent
a0b43d0a7f
commit
fe21f18991
2 changed files with 5 additions and 2 deletions
|
@ -1920,7 +1920,9 @@ class BasicEntityPersister implements EntityPersister
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* @param string $columnName
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getSQLColumnAlias($columnName)
|
public function getSQLColumnAlias($columnName)
|
||||||
{
|
{
|
||||||
|
|
|
@ -76,8 +76,9 @@ class PersisterHelper
|
||||||
* @param ClassMetadata $class
|
* @param ClassMetadata $class
|
||||||
* @param EntityManagerInterface $em
|
* @param EntityManagerInterface $em
|
||||||
*
|
*
|
||||||
* @throws QueryException
|
|
||||||
* @return string|null
|
* @return string|null
|
||||||
|
*
|
||||||
|
* @throws QueryException
|
||||||
*/
|
*/
|
||||||
public static function getTypeOfField($fieldName, ClassMetadata $class, EntityManagerInterface $em)
|
public static function getTypeOfField($fieldName, ClassMetadata $class, EntityManagerInterface $em)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue