Skip to content

Commit

Permalink
EntityManager: Ignore error EntityManager extends from final class. R…
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Sep 12, 2022
1 parent 10d4ec6 commit 64d3c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Improved implementation of EntityManager with configure cache automatically and add data types.
*/
final class EntityManager extends \Doctrine\ORM\EntityManager
final class EntityManager extends \Doctrine\ORM\EntityManager // @phpstan-ignore-line
{
public function __construct(
private string $cacheDir,
Expand Down

0 comments on commit 64d3c61

Please sign in to comment.