Completed
Push — master ( a284f8...7a851f )
by Mikołaj
03:34
created
src/module/Tools/Admin/Roll/Model.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@  discard block
 block discarded – undo
10 10
     /**
11 11
      * Returns total number of modules items.
12 12
      *
13
-     * @param array|string $where
14 13
      *
15 14
      * @return int
16 15
      */
@@ -22,6 +21,8 @@  discard block
 block discarded – undo
22 21
     /**
23 22
      * Returns array with modules list.
24 23
      *
24
+     * @param integer $limit
25
+     * @param integer $onPage
25 26
      * @return array|bool
26 27
      */
27 28
     public function getList($limit, $onPage)
Please login to merge, or discard this patch.
src/module/Albums/One/Admin/AddForm.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
     private $model;
14 14
 
15 15
     /**
16
-     * @param $model
16
+     * @param AddModel $model
17 17
      */
18 18
     public function setModel($model)
19 19
     {
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return int
24
+     * @return false|string
25 25
      */
26 26
     public function save()
27 27
     {
Please login to merge, or discard this patch.
src/module/Articles/One/Admin/AddForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     }
23 23
 
24 24
     /**
25
-     * @return int
25
+     * @return string|false
26 26
      */
27 27
     public function save()
28 28
     {
Please login to merge, or discard this patch.