Completed
Pull Request — develop (#245)
by ANTHONIUS
08:30
created
module/Solr/src/Solr/Paginator/PaginatorFactoryAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
module/Solr/src/Solr/Filter/AbstractPaginationQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
module/Solr/src/Solr/Listener/JobEventSubscriber.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
 
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
     {
Please login to merge, or discard this patch.
module/Cv/src/Cv/Entity/Cv.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     }
159 159
     
160 160
     /**
161
-     * @return ArrayCollection
161
+     * @return IdentityWrapper
162 162
      */
163 163
     public function getEducationsIndexedById()
164 164
     {
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
     }
188 188
     
189 189
     /**
190
-     * @return ArrayCollection
190
+     * @return IdentityWrapper
191 191
      */
192 192
     public function getEmploymentsIndexedById()
193 193
     {
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     }
217 217
     
218 218
     /**
219
-     * @return ArrayCollection
219
+     * @return IdentityWrapper
220 220
      */
221 221
     public function getSkillsIndexedById()
222 222
     {
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
     }
295 295
 
296 296
     /**
297
-     * @return ArrayCollection
297
+     * @return IdentityWrapper
298 298
      */
299 299
     public function getLanguageSkillsIndexedById()
300 300
     {
@@ -336,7 +336,7 @@  discard block
 block discarded – undo
336 336
     }
337 337
     
338 338
     /**
339
-     * @param Status|string $status
339
+     * @param string $status
340 340
      */
341 341
     public function setStatus($status)
342 342
     {
Please login to merge, or discard this patch.