Completed
Pull Request — master (#114)
by
unknown
41:09 queued 21:08
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 $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 $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 $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 $body
136
+     * @param string $body
137 137
      */
138 138
     public function setBody($body)
139 139
     {
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
     }
155 155
 
156 156
     /**
157
-     * @param $description
157
+     * @param string $description
158 158
      */
159 159
     public function setDescription($description)
160 160
     {
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     }
171 171
 
172 172
     /**
173
-     * @param $main_img
173
+     * @param string $main_img
174 174
      */
175 175
     public function setMainImg($main_img)
176 176
     {
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
     }
201 201
 
202 202
     /**
203
-     * @param $is_homepage
203
+     * @param integer $is_homepage
204 204
      */
205 205
     public function setIsHomepage($is_homepage)
206 206
     {
Please login to merge, or discard this patch.