Completed
Push — master ( 4815cc...40c1d5 )
by Adam
03:27
created
src/helpers.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
 if (!function_exists('grid_column')) {
17 17
     /**
18 18
      * @param Grid\Column $column
19
-     * @return string
19
+     * @return Illuminate\Support\HtmlString
20 20
      */
21 21
     function grid_column(Grid\Column $column)
22 22
     {
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 if (!function_exists('grid_filter')) {
48 48
     /**
49 49
      * @param Grid\Column $column
50
-     * @return string
50
+     * @return Illuminate\Support\HtmlString
51 51
      */
52 52
     function grid_filter(Grid\Column $column)
53 53
     {
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 if (!function_exists('grid_row')) {
65 65
     /**
66 66
      * @param Grid\Row $row
67
-     * @return string
67
+     * @return Illuminate\Support\HtmlString
68 68
      */
69 69
     function grid_row(Grid\Row $row)
70 70
     {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 if (!function_exists('grid_cell')) {
81 81
     /**
82 82
      * @param Grid\CellInterface $cell
83
-     * @return string
83
+     * @return Illuminate\Support\HtmlString
84 84
      */
85 85
     function grid_cell(Grid\CellInterface $cell)
86 86
     {
Please login to merge, or discard this patch.