Completed
Push — master ( ada3c7...1fa47e )
by Vipul
02:02 queued 01:00
created
src/PaginateRoute.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
      *
85 85
      * @param Paginator $paginator
86 86
      *
87
-     * @return string|null
87
+     * @return null|integer
88 88
      */
89 89
     public function nextPage(Paginator $paginator)
90 90
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     /**
129 129
      * Get the previous page number.
130 130
      *
131
-     * @return string|null
131
+     * @return null|integer
132 132
      */
133 133
     public function previousPage()
134 134
     {
Please login to merge, or discard this patch.