diff --git a/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php b/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php index 4d78abf43..679bb7857 100644 --- a/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php +++ b/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php @@ -1920,7 +1920,9 @@ class BasicEntityPersister implements EntityPersister } /** - * {@inheritdoc} + * @param string $columnName + * + * @return string */ public function getSQLColumnAlias($columnName) { diff --git a/lib/Doctrine/ORM/Utility/PersisterHelper.php b/lib/Doctrine/ORM/Utility/PersisterHelper.php index 66a83d396..03d8305cc 100644 --- a/lib/Doctrine/ORM/Utility/PersisterHelper.php +++ b/lib/Doctrine/ORM/Utility/PersisterHelper.php @@ -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) {