Skip to content

Commit 15a8ab1

Browse files
author
Boy Baukema
committed
Refactor: improve variable naming
1 parent 17a3056 commit 15a8ab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Surfnet/StepupMiddleware/ApiBundle/Identity/Repository/RaCandidateRepository.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ public function removeByIdentityId(IdentityId $identityId)
5252
}
5353

5454
/**
55-
* @param string[] $sraaList
55+
* @param string[] $nameIds
5656
* @return void
5757
*/
58-
public function removeByNameIds($sraaList)
58+
public function removeByNameIds($nameIds)
5959
{
60-
$raCandidates = $this->findByNameIds($sraaList);
60+
$raCandidates = $this->findByNameIds($nameIds);
6161

6262
$em = $this->getEntityManager();
6363
foreach ($raCandidates as $raCandidate) {

0 commit comments

Comments
 (0)