1
0
mirror of synced 2025-03-24 08:53:52 +03:00

Removed DDC-3380 mentions in production code

This commit is contained in:
Jasper N. Brouwer 2014-11-11 14:53:09 +01:00 committed by Marco Pivetta
parent f60f2a567a
commit 4f9f7eedf5

View File

@ -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