Skip to content

Commit

Permalink
remove training comas in argument list for PHP< 8.0 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
le-yak committed Oct 8, 2024
1 parent 281693e commit 5c7ced1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Proxy/ProxyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ private function getProxyFactory(string $className): Closure
if ($class->hasAssociation($idField)) {
$idValue = $em->getReference(
$class->getAssociationTargetClass($idField),
$idValue,
$idValue
);
}

Expand Down

0 comments on commit 5c7ced1

Please sign in to comment.