Test Failed
Pull Request — master (#4)
by
unknown
11:18
created
src/Connection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use ArangoDBClient\Connection as ArangoDBConnection;
10 10
 use ArangoDBClient\ConnectionOptions as ArangoDBConnectionOptions;
11 11
 use ArangoDBClient\Document;
12
-use ArangoDBClient\Exception as ArangoException;
13 12
 use ArangoDBClient\Exception;
14 13
 use ArangoDBClient\Statement;
15 14
 use ArangoDBClient\UpdatePolicy as ArangoDBUpdatePolicy;
Please login to merge, or discard this patch.
src/Eloquent/Reletations/BelongsToMany.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace sonrac\Arango\Eloquent\Reletations;
10 10
 
11 11
 use \Illuminate\Database\Eloquent\Relations\BelongsToMany as BelongsToManyBase;
12
-use Illuminate\Database\Query\Builder;
13 12
 
14 13
 class BelongsToMany extends BelongsToManyBase
15 14
 {
Please login to merge, or discard this patch.
src/Query/Processors/Processor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace sonrac\Arango\Query\Processors;
3
-use ArangoDBClient\Cursor;
4 3
 use ArangoDBClient\Document;
5 4
 use Illuminate\Database\Query\Builder;
6 5
 use \Illuminate\Database\Query\Processors\Processor as IlluminateProcessor;
Please login to merge, or discard this patch.