Completed
Push — master ( 6ff2e1...94a376 )
by Dan Michael O.
01:53
created
src/Providers/SruServiceProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/SearchRetrieveResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.