Removed DDC-3380 mentions in production code
This commit is contained in:
parent
f60f2a567a
commit
4f9f7eedf5
@ -1773,8 +1773,6 @@ class BasicEntityPersister implements EntityPersister
|
|||||||
* Expands the parameters from the given criteria and use the correct binding types if found,
|
* Expands the parameters from the given criteria and use the correct binding types if found,
|
||||||
* specialized for OneToMany or ManyToMany associations.
|
* specialized for OneToMany or ManyToMany associations.
|
||||||
*
|
*
|
||||||
* DDC-3380: {@see getManyToManyStatement()} and {@see getOneToManyStatement()}.
|
|
||||||
*
|
|
||||||
* @param array $criteria
|
* @param array $criteria
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
@ -1799,8 +1797,6 @@ class BasicEntityPersister implements EntityPersister
|
|||||||
/**
|
/**
|
||||||
* Infers the binding type of a field by parameter type casting.
|
* Infers the binding type of a field by parameter type casting.
|
||||||
*
|
*
|
||||||
* DDC-3380: Added optional $class argument.
|
|
||||||
*
|
|
||||||
* @param string $field
|
* @param string $field
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
* @param ClassMetadata|null $class
|
* @param ClassMetadata|null $class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user