Completed
Pull Request — master (#678)
by Simonas
03:02
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 $raw
215
+     * @param callable $raw
216 216
      * @param null $scrollDuration
217 217
      *
218 218
      * @return array
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
      *
380 380
      * @param string $className
381 381
      *
382
-     * @return array
382
+     * @return string
383 383
      */
384 384
     private function resolveType($className)
385 385
     {
Please login to merge, or discard this patch.