Completed
Pull Request — master (#260)
by
unknown
95:55 queued 30:50
created
Search/FilterManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
 
58 58
     /**
59 59
      * @param FilterContainer          $container
60
-     * @param Repository               $repository
60
+     * @param IndexService               $repository
61 61
      * @param EventDispatcherInterface $eventDispatcher
62 62
      * @param Serializer $serializer
63 63
      */
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
      *
135 135
      * @param SearchRequest   $request Search request.
136 136
      * @param FilterInterface $filter  Filter.
137
-     * @param array           $exclude Additional names of filters to exclude.
137
+     * @param integer[]           $exclude Additional names of filters to exclude.
138 138
      *
139 139
      * @return array
140 140
      */
Please login to merge, or discard this patch.