Completed
Pull Request — master (#12)
by
unknown
02:16
created
src/Generators/DataTablesMakeCommand.php 1 patch
Doc Comments   +3 added lines, -3 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 mixed
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
     {
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
      * Replace the filename.
188 188
      *
189 189
      * @param string $stub
190
-     * @return this
190
+     * @return string
191 191
      */
192 192
     protected function replaceFilename(&$stub)
193 193
     {
Please login to merge, or discard this patch.