@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Scriptotek\Alma\Users; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use Scriptotek\Alma\Client as AlmaClient; |
8 | 7 | use Scriptotek\Alma\Users\Request; |
9 | 8 | use Scriptotek\Alma\Users\User; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Scriptotek\Alma\Client as AlmaClient; |
6 | 6 | use Scriptotek\Alma\Users\Requests; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | use spec\Scriptotek\Alma\SpecHelper; |
10 | 9 | |
11 | 10 | class RequestsSpec extends ObjectBehavior |
@@ -167,7 +167,7 @@ |
||
167 | 167 | /** |
168 | 168 | * Set the Alma region code ('na' for North America, 'eu' for Europe, 'ap' for Asia Pacific). |
169 | 169 | * |
170 | - * @param $regionCode |
|
170 | + * @param string $regionCode |
|
171 | 171 | * |
172 | 172 | * @throws \ErrorException |
173 | 173 | * |
@@ -21,7 +21,6 @@ |
||
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; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Scriptotek\Alma\Conf\Library; |
8 | 8 | use Scriptotek\Alma\TaskLists\RequestedResource; |
9 | 9 | use PhpSpec\ObjectBehavior; |
10 | -use Prophecy\Argument; |
|
11 | 10 | |
12 | 11 | |
13 | 12 | class RequestedResourceSpec extends ObjectBehavior |
@@ -8,7 +8,6 @@ |
||
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 |