Completed
Push — master ( 7a851f...6af878 )
by Mikołaj
03:29
created
src/component/ErrorHandler/Handler/UserFriendlyHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Displays an error message in html.
41 41
      *
42
-     * @param $code
42
+     * @param integer $code
43 43
      * @param $message
44 44
      * @param $text
45 45
      *
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
      * @throws \Exception
26 26
      */
27 27
     public function save()
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
      * @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
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     }
24 24
 
25 25
     /**
26
-     * @return int
26
+     * @return false|string
27 27
      * @throws \Exception
28 28
      */
29 29
     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
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     }
24 24
 
25 25
     /**
26
-     * @return int
26
+     * @return boolean
27 27
      * @throws \Exception
28 28
      */
29 29
     public function update()
Please login to merge, or discard this patch.