Completed
Push — 2 ( bb85fd...27f6b9 )
by Morven
07:36 queued 11s
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
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
      *
252 252
      * @param GridField $gridField Current GridField
253 253
      *
254
-     * @return array
254
+     * @return boolean
255 255
      */
256 256
     public function getColumnContent($gridField, $record, $columnName)
257 257
     {
Please login to merge, or discard this patch.