Completed
Pull Request — master (#71)
by John
01:50
created
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.