mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Change variable name to make it more explicit.
This commit is contained in:
@@ -39,10 +39,10 @@ interface CollectionReferenceRepository
|
||||
/**
|
||||
* Find Collection references having at least one Order Master
|
||||
*
|
||||
* @param array<int>|null $subset Restrict search to a subset of base ids.
|
||||
* @param array<int>|null $baseIdsSubset Restrict search to a subset of base ids.
|
||||
* @return CollectionReference[]
|
||||
*/
|
||||
public function findHavingOrderMaster(array $subset = null);
|
||||
public function findHavingOrderMaster(array $baseIdsSubset = null);
|
||||
|
||||
/**
|
||||
* @param CollectionReference $reference
|
||||
|
Reference in New Issue
Block a user