Completed
Push — master ( ba6dcb...69e1d9 )
by Gabriel
02:13
created
src/Navigator/Pagination/AbstractPaginator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @return mixed
127
+     * @return integer
128 128
      */
129 129
     public function getPages()
130 130
     {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
 
154 154
     /**
155
-     * @return float|int
155
+     * @return integer
156 156
      */
157 157
     public function getLimitStart()
158 158
     {
Please login to merge, or discard this patch.