diff --git a/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php b/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php index 1be3ecd5b..a9e25b363 100644 --- a/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php +++ b/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php @@ -1773,8 +1773,6 @@ class BasicEntityPersister implements EntityPersister * Expands the parameters from the given criteria and use the correct binding types if found, * specialized for OneToMany or ManyToMany associations. * - * DDC-3380: {@see getManyToManyStatement()} and {@see getOneToManyStatement()}. - * * @param array $criteria * * @return array @@ -1799,8 +1797,6 @@ class BasicEntityPersister implements EntityPersister /** * Infers the binding type of a field by parameter type casting. * - * DDC-3380: Added optional $class argument. - * * @param string $field * @param mixed $value * @param ClassMetadata|null $class