Completed
Pull Request — master (#114)
by
unknown
30:05
created
packages/Page/src/Entity/Page.php 1 patch
Doc Comments   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @param mixed $is_wysiwyg_editor
33
+     * @param integer $is_wysiwyg_editor
34 34
      */
35 35
     public function setIsWysiwygEditor($is_wysiwyg_editor)
36 36
     {
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @param mixed $slug
49
+     * @param string $slug
50 50
      */
51 51
     public function setSlug($slug)
52 52
     {
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @param mixed $is_active
72
+     * @param integer $is_active
73 73
      */
74 74
     public function setIsActive($is_active)
75 75
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     }
86 86
 
87 87
     /**
88
-     * @param $page_uuid
88
+     * @param string $page_uuid
89 89
      */
90 90
     public function setPageUuid($page_uuid) 
91 91
     {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @param $page_id
104
+     * @param integer $page_id
105 105
      */
106 106
     public function setPageId($page_id)
107 107
     {
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @param mixed $title
120
+     * @param string $title
121 121
      */
122 122
     public function setTitle($title)
123 123
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     }
134 134
 
135 135
     /**
136
-     * @param mixed $body
136
+     * @param string $body
137 137
      */
138 138
     public function setBody($body)
139 139
     {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     }
156 156
 
157 157
     /**
158
-     * @param mixed $description
158
+     * @param string $description
159 159
      */
160 160
     public function setDescription($description)
161 161
     {
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
     }
172 172
 
173 173
     /**
174
-     * @param mixed $main_img
174
+     * @param string $main_img
175 175
      */
176 176
     public function setMainImg($main_img)
177 177
     {
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
     }
202 202
 
203 203
     /**
204
-     * @param mixed $is_homepage
204
+     * @param integer $is_homepage
205 205
      */
206 206
     public function setIsHomepage($is_homepage)
207 207
     {
Please login to merge, or discard this patch.