Completed
Push — master ( 1de8b7...332ea4 )
by Dmitry
09:05
created
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.
src/Pool.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
             unset($this->mappers[$name]);
51 51
         }
52 52
         foreach ($this->repositories as $space => $repository) {
53
-            if (strpos($space, $name . '.') !== false) {
53
+            if (strpos($space, $name.'.') !== false) {
54 54
                 unset($this->repositories[$space]);
55 55
             }
56 56
         }
Please login to merge, or discard this patch.