Completed
Push — develop ( 0f123e...6d6ae7 )
by Bartko
05:00
created
src/StefanoTree/NestedSet.php 1 patch
Unused Use Statements   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace StefanoTree;
3 3
 
4
-use StefanoTree\NestedSet\Adapter\Zend1DbAdapter;
5
-use StefanoTree\NestedSet\NodeInfo;
6
-use Exception;
7
-use StefanoTree\Exception\InvalidArgumentException;
8
-use StefanoTree\NestedSet\AddStrategy;
9
-use StefanoTree\NestedSet\AddStrategy\AddStrategyInterface;
10
-use StefanoTree\NestedSet\MoveStrategy;
11
-use StefanoTree\NestedSet\MoveStrategy\MoveStrategyInterface;
12
-use StefanoTree\NestedSet\Adapter\AdapterInterface;
13
-use StefanoTree\NestedSet\Options;
14
-use StefanoTree\NestedSet\Adapter\Doctrine2DBALAdapter;
15
-use StefanoTree\NestedSet\Adapter\Zend2DbAdapter;
16
-use StefanoDb\Adapter\ExtendedAdapterInterface;
17
-use Doctrine\DBAL\Connection as DoctrineConnection;
4
+use StefanoTree\NestedSet\Adapter\Zend1DbAdapter;
5
+use StefanoTree\NestedSet\NodeInfo;
6
+use Exception;
7
+use StefanoTree\Exception\InvalidArgumentException;
8
+use StefanoTree\NestedSet\AddStrategy;
9
+use StefanoTree\NestedSet\AddStrategy\AddStrategyInterface;
10
+use StefanoTree\NestedSet\MoveStrategy;
11
+use StefanoTree\NestedSet\MoveStrategy\MoveStrategyInterface;
12
+use StefanoTree\NestedSet\Adapter\AdapterInterface;
13
+use StefanoTree\NestedSet\Options;
14
+use StefanoTree\NestedSet\Adapter\Doctrine2DBALAdapter;
15
+use StefanoTree\NestedSet\Adapter\Zend2DbAdapter;
16
+use StefanoDb\Adapter\ExtendedAdapterInterface;
17
+use Doctrine\DBAL\Connection as DoctrineConnection;
18 18
 use Zend_Db_Adapter_Abstract;
19 19
 
20 20
 class NestedSet
Please login to merge, or discard this patch.