Skip to content

Commit 11a8f8b

Browse files
committed
fix: var name
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent e901503 commit 11a8f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/IdentifyMethodService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getInstanceOfIdentifyMethod(string $name, ?string $identifyValue
7575
if ($identifyValue && isset($this->identifyMethods[$name])) {
7676
foreach ($this->identifyMethods[$name] as $identifyMethod) {
7777
if ($identifyMethod->getEntity()->getIdentifierValue() === $identifyValue) {
78-
$identifyValue = $this->mergeWithCurrentIdentifyMethod($identifyMethod);
78+
$identifyMethod = $this->mergeWithCurrentIdentifyMethod($identifyMethod);
7979
return $identifyMethod;
8080
}
8181
}

0 commit comments

Comments
 (0)