Completed
Pull Request — master (#303)
by
unknown
04:20
created
src/Pagination/Cursor.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
      * @param mixed $next
56 56
      * @param int   $count
57 57
      *
58
-     * @return void
58
+     * @return CursorInterface
59 59
      */
60 60
     public function __construct($current = null, $prev = null, $next = null, $count = null)
61 61
     {
Please login to merge, or discard this patch.
src/Pagination/PhalconFrameworkPaginatorAdapter.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -30,6 +30,10 @@
 block discarded – undo
30 30
      *
31 31
      * @return void
32 32
      */
33
+
34
+    /**
35
+     * @param \Mockery\MockInterface $paginator
36
+     */
33 37
     public function __construct($paginator)
34 38
     {
35 39
         $this->paginator = $paginator;
Please login to merge, or discard this patch.