1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Fixed doc-blocks

This commit is contained in:
Jasper N. Brouwer 2014-12-20 14:36:09 +01:00 committed by Marco Pivetta
parent a0b43d0a7f
commit fe21f18991
2 changed files with 5 additions and 2 deletions

View File

@ -1920,7 +1920,9 @@ class BasicEntityPersister implements EntityPersister
}
/**
* {@inheritdoc}
* @param string $columnName
*
* @return string
*/
public function getSQLColumnAlias($columnName)
{

View File

@ -76,8 +76,9 @@ class PersisterHelper
* @param ClassMetadata $class
* @param EntityManagerInterface $em
*
* @throws QueryException
* @return string|null
*
* @throws QueryException
*/
public static function getTypeOfField($fieldName, ClassMetadata $class, EntityManagerInterface $em)
{