Completed
Push — master ( c50906...d7cd82 )
by Mikołaj
03:25
created
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
      * @throws \Exception
27 27
      */
28 28
     public function save()
Please login to merge, or discard this patch.
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
      * @throws \Exception
24 24
      */
25 25
     public function update()
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
      * @throws \Exception
26 26
      */
27 27
     public function save()
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
      * @throws \Exception
26 26
      */
27 27
     public function add()
Please login to merge, or discard this patch.
src/module/Pages/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
      * @throws \Exception
26 26
      */
27 27
     public function save()
Please login to merge, or discard this patch.
src/module/Pages/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
      * @throws \Exception
24 24
      */
25 25
     public function update()
Please login to merge, or discard this patch.
src/module/Appearance/Menu/Navigation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @return mixed
94
+     * @return integer
95 95
      */
96 96
     public function getNesting()
97 97
     {
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
      *
127 127
      * @author J. Bruni - original author
128 128
      *
129
-     * @return string|bool
129
+     * @return false|string
130 130
      */
131 131
     public function create()
132 132
     {
Please login to merge, or discard this patch.