@@ -24,7 +24,7 @@ |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * @param ServiceLocatorInterface $serviceLocator |
27 | - * @return mixed|Paginator |
|
27 | + * @return Paginator |
|
28 | 28 | */ |
29 | 29 | public function createService(ServiceLocatorInterface $serviceLocator) |
30 | 30 | { |
@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Filter query based on given value |
57 | 57 | * |
58 | - * @param mixed $value |
|
58 | + * @param \Zend\Stdlib\Parameters $value |
|
59 | 59 | * @return \SolrQuery |
60 | 60 | */ |
61 | 61 | public function filter($value) |
@@ -74,7 +74,7 @@ |
||
74 | 74 | |
75 | 75 | /** |
76 | 76 | * @param ServiceLocatorInterface $serviceLocator |
77 | - * @return mixed |
|
77 | + * @return JobEventSubscriber |
|
78 | 78 | */ |
79 | 79 | static public function factory(ServiceLocatorInterface $serviceLocator) |
80 | 80 | { |