Completed
Push — 2 ( fa0d86...e4c6b6 )
by Morven
01:17
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
@@ -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.