Completed
Push — 2 ( 619ddf...aa370d )
by Morven
01:31
created
src/GridFieldColumnDateFormatter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      * Find the column/header provider for this gridfield and then augment the
47 47
      * columns so that any dates are re-formatted.
48 48
      *
49
-     * @param GridField $gridField Current gridfield
49
+     * @param GridField $grid_field Current gridfield
50 50
      * @param array     $columns   List reference of all column names.
51 51
      * 
52 52
      * @return null
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
      *
244 244
      * @param GridField $gridField Current GridField
245 245
      *
246
-     * @return array
246
+     * @return boolean
247 247
      */
248 248
     public function getColumnContent($gridField, $record, $columnName)
249 249
     {
Please login to merge, or discard this patch.