Completed
Pull Request — master (#1343)
by Dmitry
05:26
created
src/Finder/TransformedFinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      * @param null|int $limit
75 75
      * @param array    $options
76 76
      *
77
-     * @return array
77
+     * @return \Elastica\Result[]
78 78
      */
79 79
     protected function search($query, $limit = null, $options = [])
80 80
     {
Please login to merge, or discard this patch.
src/Index/Resetter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@
 block discarded – undo
55 55
      * @param AliasProcessor           $aliasProcessor
56 56
      * @param MappingBuilder           $mappingBuilder
57 57
      * @param EventDispatcherInterface $eventDispatcher
58
-     * @param Client                   $client
59 58
      */
60 59
     public function __construct(
61 60
         ManagerInterface $configManager,
Please login to merge, or discard this patch.