Completed
Pull Request — master (#22)
by Abdelrahman
04:30
created
src/Generators/DataTablesMakeCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      * Replace model name.
62 62
      *
63 63
      * @param string $stub
64
-     * @return this
64
+     * @return DataTablesMakeCommand
65 65
      */
66 66
     protected function replaceModel(&$stub)
67 67
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      * Replace the action.
134 134
      *
135 135
      * @param string $stub
136
-     * @return this
136
+     * @return DataTablesMakeCommand
137 137
      */
138 138
     protected function replaceAction(&$stub)
139 139
     {
Please login to merge, or discard this patch.