@@ -19,6 +19,9 @@ |
||
| 19 | 19 | $this->beConstructedWith($client, $bib, $holdings_id); |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param AlmaClient $client |
|
| 24 | + */ |
|
| 22 | 25 | protected function expectRequest($client) |
| 23 | 26 | { |
| 24 | 27 | $client->getXML('/bibs/abc/holdings/123') |
@@ -90,7 +90,7 @@ |
||
| 90 | 90 | /** |
| 91 | 91 | * Get and return the model data. |
| 92 | 92 | * |
| 93 | - * @return object |
|
| 93 | + * @return \stdClass |
|
| 94 | 94 | */ |
| 95 | 95 | protected function fetchData() |
| 96 | 96 | { |