Completed
Push — master ( 40c62f...3e682d )
by Nicolaas
01:53
created
code/control/PreviewPageRow.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
         return $this->processRequest($request, true);
38 38
     }
39 39
 
40
+    /**
41
+     * @param boolean $readyForPublic
42
+     */
40 43
     protected function processRequest($request, $readyForPublic)
41 44
     {
42 45
         $id = $request->param('ID');
Please login to merge, or discard this patch.
code/model/PageRow.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -632,6 +632,9 @@
 block discarded – undo
632 632
         return [];
633 633
     }
634 634
 
635
+    /**
636
+     * @param string $className
637
+     */
635 638
     protected function templateForHTMLOutput($className = null)
636 639
     {
637 640
         if (! $className) {
Please login to merge, or discard this patch.