Completed
Push — master ( c0af29...92d223 )
by Simonas
16:22 queued 09:39
created
Service/Repository.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @return array
76
+     * @return string
77 77
      */
78 78
     public function getType()
79 79
     {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      * @param string $id      Document ID to find
87 87
      * @param string $routing Custom routing for the document
88 88
      *
89
-     * @return object
89
+     * @return null|\ReflectionClass
90 90
      */
91 91
     public function find($id, $routing = null)
92 92
     {
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
     /**
213 213
      * Parses scroll configuration from raw response.
214 214
      *
215
-     * @param array  $raw
215
+     * @param callable  $raw
216 216
      * @param string $scrollDuration
217 217
      *
218 218
      * @return array
@@ -391,7 +391,7 @@  discard block
 block discarded – undo
391 391
      *
392 392
      * @param string $className
393 393
      *
394
-     * @return array
394
+     * @return string
395 395
      */
396 396
     private function resolveType($className)
397 397
     {
Please login to merge, or discard this patch.