Completed
Pull Request — master (#329)
by Vojtěch
09:52
created
src/Kdyby/Doctrine/Connection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Kdyby\Doctrine\Exception\DBALException;
19 19
 use Kdyby\Doctrine\Exception\DuplicateEntryException;
20 20
 use Kdyby\Doctrine\Exception\EmptyValueException;
21
-use Nette;
22 21
 use PDO;
23 22
 use Tracy;
24 23
 
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/NativeQueryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Doctrine;
14 14
 use Kdyby;
15 15
 use Kdyby\Doctrine\Exception\InvalidArgumentException;
16
-use Nette;
17 16
 
18 17
 
19 18
 
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/NativeQueryWrapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Doctrine\ORM\Query;
19 19
 use Kdyby;
20 20
 use Kdyby\Doctrine\Exception\NotImplementedException;
21
-use Nette;
22 21
 
23 22
 
24 23
 
Please login to merge, or discard this patch.