Completed
Push — 2 ( 2db97a...7397ce )
by Morven
01:30
created
src/GridFieldRecordHighlighter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      * List of handled columns
34 34
      *
35 35
      * @param GridField $gridField
36
-     * @return array
36
+     * @return string[]
37 37
      */
38 38
     public function getColumnsHandled($gridField)
39 39
     {
Please login to merge, or discard this patch.
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.