Completed
Push — master ( 185e5e...dc5aa9 )
by Alexander
03:43
created
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.
app/modules/Page/Model/Page.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
     }
246 246
 
247 247
     /**
248
-     * @return mixed
248
+     * @return string
249 249
      */
250 250
     public function getUpdatedAt()
251 251
     {
Please login to merge, or discard this patch.