Completed
Push — master ( 1a3b3b...2a73f9 )
by Alexander
16s
created
app/modules/Admin/Model/AdminUser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -145,6 +145,9 @@
 block discarded – undo
145 145
         }
146 146
     }
147 147
 
148
+    /**
149
+     * @param integer $active
150
+     */
148 151
     public function setActive($active)
149 152
     {
150 153
         $this->active = $active;
Please login to merge, or discard this patch.
app/modules/Publication/Model/Publication.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -252,6 +252,9 @@
 block discarded – undo
252 252
         }
253 253
     }
254 254
 
255
+    /**
256
+     * @param integer $preview_inner
257
+     */
255 258
     public function setPreviewInner($preview_inner)
256 259
     {
257 260
         $this->preview_inner = $preview_inner;
Please login to merge, or discard this patch.