diff --git a/src/Illuminate/Console/Command.php b/src/Illuminate/Console/Command.php index e4be18364599..5ef2132f8233 100755 --- a/src/Illuminate/Console/Command.php +++ b/src/Illuminate/Console/Command.php @@ -263,7 +263,7 @@ protected function resolveCommand($command) * Fail the command manually. * * @param \Throwable|string|null $exception - * @return void + * @return never * * @throws \Illuminate\Console\ManuallyFailedException|\Throwable */