We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f89e22 commit df85d92Copy full SHA for df85d92
src/Generators/stubs/datatables.stub
@@ -58,7 +58,7 @@ class DummyClass extends DataTable
58
}
59
60
/**
61
- * Get columns.
+ * Get the dataTable columns definition.
62
*
63
* @return array
64
*/
src/Generators/stubs/html.stub
@@ -30,6 +30,8 @@ class DummyClass extends DataTableHtml
30
31
32
33
34
+ *
35
36
37
public function getColumns(): array
0 commit comments