Completed
Branch master (2006ba)
by Will
03:02
created
code/controllers/BaseElementController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 class BaseElement_Controller extends WidgetController
7 7
 {
8 8
     /**
9
-     * @return string HTML
9
+     * @return HTMLText HTML
10 10
      */
11 11
     public function WidgetHolder()
12 12
     {
Please login to merge, or discard this patch.
code/models/BaseElement.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -96,6 +96,7 @@
 block discarded – undo
96 96
      * Version viewer must only be added at if this is the final getCMSFields for a class.
97 97
      * in order to avoid having to rename all fields from eg Root.Main to Root.Current.Main
98 98
      * To do this we test if getCMSFields is from the current class
99
+     * @param string $className
99 100
      */
100 101
     public function isEndofLine($className)
101 102
     {
Please login to merge, or discard this patch.