Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 31, 2024
1 parent b8a73fe commit f7d870d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ private function resolveClassMagicMethodNames(string $className): array
private function resolveSetMethodNames(MethodCall $setMethodsMethodCall): mixed
{
$firstArg = $setMethodsMethodCall->getArgs()[0];
$mockedMethodNames = $this->valueResolver->getValue($firstArg->value);
return $mockedMethodNames;
return $this->valueResolver->getValue($firstArg->value);
}
}

0 comments on commit f7d870d

Please sign in to comment.