Skip to content

Commit efc982a

Browse files
authored
Fix broken type declaration (#9330)
1 parent 96bc214 commit efc982a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Doctrine/Performance/Mock/NonProxyLoadingUnitOfWork.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
namespace Doctrine\Performance\Mock;
66

77
use Doctrine\ORM\UnitOfWork;
8-
use Doctrine\Tests\ORM\Performance\PersisterMock;
98

109
/**
1110
* An unit of work mock that prevents lazy-loading of proxies
1211
*/
1312
class NonProxyLoadingUnitOfWork extends UnitOfWork
1413
{
15-
/** @var PersisterMock */
14+
/** @var NonLoadingPersister */
1615
private $entityPersister;
1716

1817
public function __construct()

0 commit comments

Comments
 (0)