Completed
Push — master ( 3913fe...035334 )
by Nicolaas
02:11
created
code/forms/gridfield/GridFieldEditButtonOriginalPage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      * @param DataObject $record
23 23
      * @param string $columnName
24 24
      *
25
-     * @return string - the HTML for the column
25
+     * @return HTMLText - the HTML for the column
26 26
      */
27 27
     public function getColumnContent($gridField, $record, $columnName)
28 28
     {
Please login to merge, or discard this patch.
code/forms/SiteTreeCheckboxSetField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@  discard block
 block discarded – undo
34 34
      * @param string $title The field title
35 35
      * @param array $source An map of the dropdown items
36 36
      * @param string|array $value You can pass an array of values or a single value like a drop down to be selected
37
-     * @param int $size Optional size of the select element
38 37
      * @param form The parent form
39 38
      */
40 39
     public function __construct($name, $title = '', $source = array(), $value='', $form=null, $emptyString=null)
@@ -105,6 +104,7 @@  discard block
 block discarded – undo
105 104
 
106 105
     /**
107 106
      * @param Int
107
+     * @param integer $parentID
108 108
      * @return Array
109 109
      */
110 110
     private function getAllChildrenForSiteTreeParent($parentID)
Please login to merge, or discard this patch.
code/forms/SiteTreeListboxField.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -134,6 +134,7 @@
 block discarded – undo
134 134
 
135 135
     /**
136 136
      * @param Int
137
+     * @param integer $parentID
137 138
      * @return Array
138 139
      */
139 140
     private function getAllChildrenForSiteTreeParent($parentID)
Please login to merge, or discard this patch.