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}
|
||||
* @param object $entity
|
||||
* @param array $extraConditions
|
||||
* @param object $entity
|
||||
* @param array|Criteria $extraConditions
|
||||
* @return bool
|
||||
*/
|
||||
public function exists($entity, $extraConditions = array())
|
||||
|
|
Loading…
Add table
Reference in a new issue