Completed
Push — master ( 32f37c...b12769 )
by Dan Michael O.
04:22
created
spec/TaskLists/RequestedResourcesSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Scriptotek\Alma\Conf\Library;
9 9
 use Scriptotek\Alma\TaskLists\RequestedResource;
10 10
 use PhpSpec\ObjectBehavior;
11
-use Prophecy\Argument;
12 11
 use spec\Scriptotek\Alma\SpecHelper;
13 12
 
14 13
 class RequestedResourcesSpec extends ObjectBehavior
Please login to merge, or discard this patch.
src/Client.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Scriptotek\Alma\Bibs\Bibs;
22 22
 use Scriptotek\Alma\Bibs\Items;
23 23
 use Scriptotek\Alma\Conf\Conf;
24
-use Scriptotek\Alma\Conf\Libraries;
25 24
 use Scriptotek\Alma\Conf\Library;
26 25
 use Scriptotek\Alma\Exception\ClientException as AlmaClientException;
27 26
 use Scriptotek\Alma\Exception\InvalidApiKey;
Please login to merge, or discard this patch.
src/Model/SimplePaginatedList.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Scriptotek\Alma\Model;
4 4
 
5
-use Scriptotek\Alma\Exception\ClientException;
6
-
7 5
 /**
8 6
  * A SimplePaginatedList is a list that is paged using the `offset`
9 7
  * and `limit` parameters and that provides a `totalRecordCount` in the first response,
Please login to merge, or discard this patch.