Completed
Push — master ( 4ff9cc...589f5d )
by Pavel
07:24
created
Controller/SearchController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * @param int   $limit
41 41
      * @param int   $offset
42 42
      *
43
-     * @return object[]
43
+     * @return \Doctrine\Common\Collections\Collection
44 44
      * @throws CriteriaConfigurationException
45 45
      */
46 46
     public function findAction(array $criteria, array $order = [], $limit = 10, $offset = 0)
Please login to merge, or discard this patch.