@@ -42,7 +42,7 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * Get the services provided by the provider. |
| 44 | 44 | * |
| 45 | - * @return array |
|
| 45 | + * @return string[] |
|
| 46 | 46 | */ |
| 47 | 47 | public function provides() |
| 48 | 48 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Scriptotek\Sru\Providers; |
| 4 | 4 | |
| 5 | -use Illuminate\Foundation\Application; |
|
| 6 | 5 | use Illuminate\Support\ServiceProvider; |
| 7 | 6 | use Scriptotek\Sru\Client as SruClient; |
| 8 | 7 | |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * Request next batch of records in the result set, or return null if we're at the end of the set |
| 44 | 44 | * |
| 45 | - * @return Response |
|
| 45 | + * @return null|SearchRetrieveResponse |
|
| 46 | 46 | */ |
| 47 | 47 | public function next() |
| 48 | 48 | { |