Skip to content

Commit

Permalink
Fix internal PhpStan type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Apr 20, 2022
1 parent 7ba4846 commit c3106db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DoctrineHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ public function remapEntity(object $from, object|string $to): ?object
trigger_error($e->getMessage());
}

/** @phpstan-ignore-next-line */
return $this->entityManager->getRepository($toType)->find($id);
}

Expand Down

0 comments on commit c3106db

Please sign in to comment.