Change variable name to make it more explicit.

This commit is contained in:
Benoît Burnichon
2016-03-02 14:40:46 +01:00
parent 1a9035c60f
commit 6b7e28e2bd
3 changed files with 8 additions and 12 deletions

View File

@@ -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