@@ -61,7 +61,7 @@ discard block |
||
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 |
||
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 |
||
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 | { |