Completed
Push — master ( 9d90d4...cee823 )
by Dan Michael O.
03:06
created
spec/Users/FeeSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Scriptotek\Alma\Users;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7
-use Psr\Http\Message\UriInterface;
8 6
 use Scriptotek\Alma\Client as AlmaClient;
9 7
 use Scriptotek\Alma\Users\Fee;
10 8
 use Scriptotek\Alma\Users\User;
Please login to merge, or discard this patch.
src/Model/LazyResource.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Scriptotek\Alma\Model;
4 4
 
5 5
 use Psr\Http\Message\UriInterface;
6
-use Scriptotek\Alma\Client;
7 6
 use Scriptotek\Alma\Exception\ResourceNotFound;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.