Completed
Push — master ( 85e896...18f460 )
by Mikołaj
02:53
created
src/module/Galleries/One/Gallery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
     /**
136 136
      * Returns modifier full name.
137 137
      *
138
-     * @return int
138
+     * @return string
139 139
      */
140 140
     public function modifierFullName($type = '')
141 141
     {
Please login to merge, or discard this patch.
src/module/Galleries/Roll/Model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Returns total number of galleries items.
11 11
      *
12
-     * @param array|string $where
12
+     * @param string $where
13 13
      *
14 14
      * @return int
15 15
      */
Please login to merge, or discard this patch.
src/module/Koxy/One/Kox.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
      * Set koxy data.
24 24
      * 
25
-     * @param array $koxy
25
+     * @param array $kox
26 26
      */
27 27
     public function setData($kox)
28 28
     {
Please login to merge, or discard this patch.
src/module/Modules/Roll/Admin/Model.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 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
      */
Please login to merge, or discard this patch.
src/module/Pages/One/Admin/AddModel.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
     /**
10 10
      * Add article.
11 11
      * 
12
-     * @param array $data
13 12
      * 
14 13
      * @return int Article ID
15 14
      */
Please login to merge, or discard this patch.
src/module/Pages/One/Admin/EditModel.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
     /**
10 10
      * Update article by id.
11 11
      * 
12
-     * @param array $data
13 12
      * 
14 13
      * @return int
15 14
      */
Please login to merge, or discard this patch.
src/module/Pages/One/Model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      * @param array $path
13 13
      * @param array $pages
14 14
      * 
15
-     * @return int|bool
15
+     * @return integer
16 16
      */
17 17
     public function getPageIdByPath(array $path, array $pages)
18 18
     {
Please login to merge, or discard this patch.
src/module/Pages/Roll/Admin/Model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Returns total number of pages items.
43 43
      * 
44
-     * @param array|string $where
44
+     * @param string $where
45 45
      * 
46 46
      * @return int
47 47
      */
Please login to merge, or discard this patch.
src/module/Plugins/Roll/Admin/Model.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 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
      */
Please login to merge, or discard this patch.