Completed
Push — master ( acf543...534925 )
by Dmitry
01:42
created
src/Entity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use BadMethodCallException;
6 6
 use Exception;
7
-use Tarantool\Mapper\Plugin\Annotation;
8 7
 
9 8
 class Entity
10 9
 {
Please login to merge, or discard this patch.
src/Plugin/Sequence.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Tarantool\Mapper\Plugin;
6 6
 
7 7
 use Exception;
8
-use Tarantool\Client\Schema\Operations;
9 8
 use Tarantool\Mapper\Entity;
10 9
 use Tarantool\Mapper\Plugin;
11 10
 use Tarantool\Mapper\Procedure\CreateSequence;
Please login to merge, or discard this patch.
src/Schema.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Closure;
8 8
 use Exception;
9 9
 use Tarantool\Client\Schema\Criteria;
10
-use Tarantool\Client\Schema\Space as ClientSpace;
11 10
 
12 11
 class Schema
13 12
 {
Please login to merge, or discard this patch.