Skip to content

Commit a841a51

Browse files
authored
Correct return in PhpDoc for command fail method (#55783)
1 parent ec76574 commit a841a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ protected function resolveCommand($command)
263263
* Fail the command manually.
264264
*
265265
* @param \Throwable|string|null $exception
266-
* @return void
266+
* @return never
267267
*
268268
* @throws \Illuminate\Console\ManuallyFailedException|\Throwable
269269
*/

0 commit comments

Comments
 (0)