Completed
Push — master ( 198a3e...84e362 )
by Rougin
10:23
created
src/Model.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,6 @@
 block discarded – undo
105 105
     /**
106 106
      * Returns an array of rows from a specified entity.
107 107
      *
108
-     * @param  string       $entity
109 108
      * @param  integer|null $limit
110 109
      * @param  integer|null $page
111 110
      * @param  array|null   $order
Please login to merge, or discard this patch.
src/Traits/PaginateTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -52,6 +52,7 @@
 block discarded – undo
52 52
      * Returns the offset from the defined configuration.
53 53
      *
54 54
      * @param  array $config
55
+     * @param integer $page
55 56
      * @return integer
56 57
      */
57 58
     protected function offset($page, array $config)
Please login to merge, or discard this patch.