Completed
Pull Request — master (#307)
by Petr
07:25
created
src/Kdyby/Doctrine/NativeQueryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use Doctrine;
14 14
 use Kdyby;
15
-use Nette;
16 15
 
17 16
 
18 17
 
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Tools/CacheCleaner.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,10 +11,8 @@
 block discarded – undo
11 11
 namespace Kdyby\Doctrine\Tools;
12 12
 
13 13
 use Doctrine;
14
-use Doctrine\Common\Cache\CacheProvider;
15 14
 use Doctrine\Common\Cache\ClearableCache;
16 15
 use Kdyby;
17
-use Nette;
18 16
 
19 17
 
20 18
 
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Tools/NonLockingUniqueInserter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Kdyby\Doctrine\Connection;
22 22
 use Kdyby\Doctrine\EntityManager;
23 23
 use Kdyby\Doctrine\Mapping\ClassMetadata;
24
-use Nette;
25 24
 
26 25
 
27 26
 
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Connection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Doctrine\Common\EventManager;
15 15
 use Doctrine\DBAL\Driver;
16 16
 use Kdyby;
17
-use Nette;
18 17
 use PDO;
19 18
 use Tracy;
20 19
 
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Dql/DqlBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Doctrine\ORM\Query\Expr;
15 15
 use Kdyby\Doctrine\EntityManager;
16 16
 use Kdyby;
17
-use Nette;
18 17
 
19 18
 
20 19
 
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/DqlSelection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Doctrine\ORM\Query\Parameter;
16 16
 use Doctrine\Common\Collections\ArrayCollection;
17 17
 use Kdyby;
18
-use Nette;
19 18
 use Nette\Utils\Callback;
20 19
 
21 20
 
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Geo/Element.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace Kdyby\Doctrine\Geo;
12 12
 
13 13
 use Kdyby;
14
-use Nette;
15 14
 use Nette\Utils\Strings;
16 15
 
17 16
 
Please login to merge, or discard this patch.