@@ -3,8 +3,6 @@ |
||
| 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; |
@@ -86,6 +86,7 @@ |
||
| 86 | 86 | |
| 87 | 87 | /** |
| 88 | 88 | * Get the MMS ID of the linked record in network zone. |
| 89 | + * @return string |
|
| 89 | 90 | */ |
| 90 | 91 | public function getNzMmsId() |
| 91 | 92 | { |
@@ -95,7 +95,7 @@ |
||
| 95 | 95 | * Called when data is available to be processed. |
| 96 | 96 | * The resource classes can use this method to process the data. |
| 97 | 97 | * |
| 98 | - * @param mixed $data |
|
| 98 | + * @param \stdClass $data |
|
| 99 | 99 | */ |
| 100 | 100 | protected function onData($data) |
| 101 | 101 | { |
@@ -3,7 +3,6 @@ |
||
| 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 | /** |