Completed
Push — master ( 77a338...555e8a )
by Marco
09:51
created
tests/Doctrine/Tests/ORM/UnitOfWorkTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,12 +4,10 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6 6
 use Doctrine\Common\NotifyPropertyChanged;
7
-use Doctrine\Common\Persistence\Mapping\MappingException;
8 7
 use Doctrine\Common\PropertyChangedListener;
9 8
 use Doctrine\ORM\Mapping\ClassMetadata;
10 9
 use Doctrine\ORM\ORMInvalidArgumentException;
11 10
 use Doctrine\ORM\UnitOfWork;
12
-use Doctrine\ORM\ORMException;
13 11
 use Doctrine\Tests\Mocks\ConnectionMock;
14 12
 use Doctrine\Tests\Mocks\DriverMock;
15 13
 use Doctrine\Tests\Mocks\EntityManagerMock;
Please login to merge, or discard this patch.