Completed
Pull Request — master (#1065)
by Tim
03:33
created
lib/Elastica/ResultSet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
      *
286 286
      * @throws Exception\InvalidException If offset doesn't exist
287 287
      *
288
-     * @return Result|null
288
+     * @return Result
289 289
      */
290 290
     public function offsetGet($offset)
291 291
     {
Please login to merge, or discard this patch.
lib/Elastica/Multi/Search.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @return array|\Elastica\Search[]
114
+     * @return BaseSearch[]
115 115
      */
116 116
     public function getSearches()
117 117
     {
Please login to merge, or discard this patch.