Passed
Push — master ( 53198b...5bf517 )
by Hamzah
02:33
created
src/Bases/ContractInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      * @param int $limit
77 77
      * @param array $filters
78 78
      *
79
-     * @return Paginator
79
+     * @return \Illuminate\Contracts\Pagination\Paginator
80 80
      */
81 81
     public function simplePaginate($limit = 10, $filters = []);
82 82
 
Please login to merge, or discard this patch.