Completed
Pull Request — master (#10)
by Arjay
06:23
created
src/Services/DataTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
     /**
202 202
      * Get columns definition from html builder.
203 203
      *
204
-     * @return array
204
+     * @return Collection
205 205
      */
206 206
     protected function getColumnsFromBuilder()
207 207
     {
Please login to merge, or discard this patch.
src/Generators/DataTablesMakeCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * Replace model name.
55 55
      *
56 56
      * @param string $stub
57
-     * @return mixed
57
+     * @return DataTablesMakeCommand
58 58
      */
59 59
     protected function replaceModel(&$stub)
60 60
     {
Please login to merge, or discard this patch.