Completed
Push — master ( b4ab83...0f95d0 )
by Mikołaj
05:24
created
app/module/Categories/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 category by id.
11 11
      * 
12
-     * @param array $data
13 12
      * 
14 13
      * @return int
15 14
      */
Please login to merge, or discard this patch.
app/module/Categories/One/Admin/FormCheck.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
7 7
 
8 8
 class FormCheck extends Form
9 9
 {
10
+    /**
11
+     * @param string $type
12
+     */
10 13
     public function setType($type)
11 14
     {
12 15
         $this->type = $type;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
             'type' => $this->type,
24 24
         ], $this->data);
25 25
 
26
-        $data = array_map(function ($a) {
26
+        $data = array_map(function($a) {
27 27
             return trim($a);
28 28
         }, $data);
29 29
 
Please login to merge, or discard this patch.
app/module/Categories/One/Model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,6 +10,7 @@  discard block
 block discarded – undo
10 10
      * Get category info.
11 11
      * 
12 12
      * @param string $slug
13
+     * @param string $type
13 14
      * 
14 15
      * @return array
15 16
      */
@@ -36,7 +37,6 @@  discard block
 block discarded – undo
36 37
     /**
37 38
      * Get category info.
38 39
      * 
39
-     * @param string $slug
40 40
      * 
41 41
      * @return array
42 42
      */
Please login to merge, or discard this patch.
app/module/Categories/Roll/Admin/Model.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
         return false;
48 48
     }
49 49
 
50
+    /**
51
+     * @param string $type
52
+     */
50 53
     public function getAll($type)
51 54
     {
52 55
         $stmt = $this->pdo->prepare("
Please login to merge, or discard this patch.
app/module/Galleries/Model.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -9,6 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Returns part of query.
11 11
      *
12
+     * @param string $part
12 13
      * @return string
13 14
      */
14 15
     protected function queryPart($part)
Please login to merge, or discard this patch.
app/module/Galleries/One/Admin/AddModel.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
      * Add article.
12 12
      *
13
-     * @param array $data
14 13
      *
15 14
      * @return int
16 15
      */
Please login to merge, or discard this patch.
app/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.
app/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.
app/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.