Add missing typehint
This commit is contained in:
parent
f52a512c59
commit
239b862665
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@ abstract class AbstractEntityPersister implements CachedEntityPersister
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
* @param object $entity
|
* @param object $entity
|
||||||
* @param array $extraConditions
|
* @param array|Criteria $extraConditions
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function exists($entity, $extraConditions = array())
|
public function exists($entity, $extraConditions = array())
|
||||||
|
|
Loading…
Add table
Reference in a new issue