Completed
Push — master ( 02b993...3405ac )
by Mikołaj
02:38
created
src/module/Albums/One/Admin/EditForm.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 boolean
26 26
      */
27 27
     public function update()
28 28
     {
Please login to merge, or discard this patch.
src/module/Albums/One/Album.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
243 243
      *
244 244
      * @param string $type
245 245
      *
246
-     * @return int
246
+     * @return string
247 247
      */
248 248
     public function modifierFullName($type = '')
249 249
     {
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 false|string
26 26
      */
27 27
     public function save()
28 28
     {
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.