We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a3056 commit 15a8ab1Copy full SHA for 15a8ab1
src/Surfnet/StepupMiddleware/ApiBundle/Identity/Repository/RaCandidateRepository.php
@@ -52,12 +52,12 @@ public function removeByIdentityId(IdentityId $identityId)
52
}
53
54
/**
55
- * @param string[] $sraaList
+ * @param string[] $nameIds
56
* @return void
57
*/
58
- public function removeByNameIds($sraaList)
+ public function removeByNameIds($nameIds)
59
{
60
- $raCandidates = $this->findByNameIds($sraaList);
+ $raCandidates = $this->findByNameIds($nameIds);
61
62
$em = $this->getEntityManager();
63
foreach ($raCandidates as $raCandidate) {
0 commit comments