Skip to content

Commit b3d7a0b

Browse files
committed
Classes are now "final"
1 parent 43ac136 commit b3d7a0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/RefetchManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
use Doctrine\ORM\Utility\IdentifierFlattener;
2121
use Ecommit\DoctrineOrmRefetch\Exception\EntityNotFoundException;
2222

23-
class RefetchManager
23+
final class RefetchManager
2424
{
2525
/**
2626
* @var EntityManagerInterface

src/SnapshotManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Doctrine\ORM\EntityManagerInterface;
1717
use Ecommit\DoctrineOrmRefetch\Exception\SnapshotNotDoneException;
1818

19-
class SnapshotManager
19+
final class SnapshotManager
2020
{
2121
/**
2222
* @var EntityManagerInterface

0 commit comments

Comments
 (0)