Completed
Push — master ( 02b993...3405ac )
by Mikołaj
02:38
created
src/module/Articles/One/Admin/EditForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     }
20 20
 
21 21
     /**
22
-     * @return int
22
+     * @return boolean
23 23
      */
24 24
     public function update()
25 25
     {
Please login to merge, or discard this patch.
src/module/Articles/One/Admin/EditModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      *
12 12
      * @param array $f
13 13
      *
14
-     * @return int
14
+     * @return boolean
15 15
      */
16 16
     public function update($f)
17 17
     {
Please login to merge, or discard this patch.
src/module/Articles/One/Article.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     /**
141 141
      * Returns article content.
142 142
      *
143
-     * @param bool|int $truncate
143
+     * @param boolean $truncate
144 144
      * @param bool     $stripTags
145 145
      * @param bool     $escape
146 146
      * @param bool     $raw
@@ -314,7 +314,7 @@  discard block
 block discarded – undo
314 314
      *
315 315
      * @param string $type
316 316
      *
317
-     * @return int
317
+     * @return string
318 318
      */
319 319
     public function modifierFullName($type = '')
320 320
     {
Please login to merge, or discard this patch.
src/module/Categories/One/Admin/AddForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 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/Categories/One/Admin/EditModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      *
12 12
      * @param array $f
13 13
      *
14
-     * @return int
14
+     * @return boolean
15 15
      */
16 16
     public function update($f)
17 17
     {
Please login to merge, or discard this patch.
src/module/Categories/One/Category.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
      *
204 204
      * @param string $type
205 205
      *
206
-     * @return int
206
+     * @return string
207 207
      */
208 208
     public function modifierFullName($type = '')
209 209
     {
Please login to merge, or discard this patch.
src/module/Galleries/One/Admin/AddForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return int
24
+     * @return false|string
25 25
      */
26 26
     public function add()
27 27
     {
Please login to merge, or discard this patch.
src/module/Galleries/One/Admin/EditModel.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
      *
13 13
      * @param array $f
14 14
      *
15
-     * @return int
15
+     * @return boolean
16 16
      */
17 17
     public function update($f)
18 18
     {
Please login to merge, or discard this patch.
src/module/Galleries/One/Gallery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
      *
143 143
      * @param string $type
144 144
      *
145
-     * @return int
145
+     * @return string
146 146
      */
147 147
     public function modifierFullName($type = '')
148 148
     {
Please login to merge, or discard this patch.