Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Dec 16, 2020
1 parent 528f414 commit 9e4d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoctrineHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function remapEntity($from, $to)
if (method_exists($from, 'getId')) {
$id = $from->getId();
} else {
throw new \InvalidArgumentException('Entity "'.\get_class($from).'" do not contain required method getId().');
throw new \InvalidArgumentException('Entity "' . \get_class($from) . '" do not contain required method getId().');
}

try {
Expand Down

0 comments on commit 9e4d888

Please sign in to comment.