Completed
Push — master ( 6f5649...49f396 )
by Sebastian
09:27 queued 08:07
created
src/PaginateRoute.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      *
77 77
      * @param \Illuminate\Contracts\Pagination\Paginator $paginator
78 78
      *
79
-     * @return string|null
79
+     * @return null|integer
80 80
      */
81 81
     public function nextPage(Paginator $paginator)
82 82
     {
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Get the previous page number.
122 122
      *
123
-     * @return string|null
123
+     * @return null|integer
124 124
      */
125 125
     public function previousPage()
126 126
     {
Please login to merge, or discard this patch.