Completed
Push — master ( 970de3...679bb4 )
by
unknown
02:05
created
src/Db/AbstractDaoService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,6 @@
 block discarded – undo
20 20
  */
21 21
 namespace Minotaur\Db;
22 22
 
23
-use Labrys\Getter;
24
-
25 23
 /**
26 24
  * Abstract DAO-backed Service
27 25
  */
Please login to merge, or discard this patch.
src/Db/AbstractMongoDao.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  */
21 21
 namespace Minotaur\Db;
22 22
 
23
-use ArrayIterator;
24 23
 use MongoDB\BSON\ObjectID;
25 24
 use MongoDB\Driver\Cursor;
26 25
 use MongoDB\Driver\Manager;
Please login to merge, or discard this patch.