mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Change variable name to make it more explicit.
This commit is contained in:
@@ -90,13 +90,9 @@ class ArrayCacheCollectionReferenceRepository implements CollectionReferenceRepo
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array|null $subset
|
||||
* @return CollectionReference[]
|
||||
*/
|
||||
public function findHavingOrderMaster(array $subset = null)
|
||||
public function findHavingOrderMaster(array $baseIdsSubset = null)
|
||||
{
|
||||
return $this->repository->findHavingOrderMaster($subset);
|
||||
return $this->repository->findHavingOrderMaster($baseIdsSubset);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user