Completed
Push — master ( 0ecfc1...f5496d )
by Dan Michael O.
02:05 queued 31s
created
src/Providers/SruServiceProvider.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
      * 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.
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.