@@ -17,6 +17,9 @@ |
||
| 17 | 17 | "smallThumbnail", |
| 18 | 18 | ]; |
| 19 | 19 | |
| 20 | + /** |
|
| 21 | + * @param GoogleBooks $client |
|
| 22 | + */ |
|
| 20 | 23 | public function __construct($client, $data, $full=false) |
| 21 | 24 | { |
| 22 | 25 | $this->client = $client; |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | 18 | * @param $query |
| 19 | - * @return \Generator|Volume || array |
|
| 19 | + * @return LibraryBuilder || array |
|
| 20 | 20 | */ |
| 21 | 21 | public function search($query) |
| 22 | 22 | { |