From a296e813d041ddff000d856aa2f7ae1cd4d616b7 Mon Sep 17 00:00:00 2001 From: Kevin Bui Date: Thu, 14 Nov 2024 00:17:31 +1000 Subject: [PATCH] update the docblock of the runCommand method. (#53490) --- src/Illuminate/Console/Concerns/CallsCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Console/Concerns/CallsCommands.php b/src/Illuminate/Console/Concerns/CallsCommands.php index 375b899f0a08..8a5bddb76058 100644 --- a/src/Illuminate/Console/Concerns/CallsCommands.php +++ b/src/Illuminate/Console/Concerns/CallsCommands.php @@ -53,7 +53,7 @@ public function callSilently($command, array $arguments = []) } /** - * Run the given the console command. + * Run the given console command. * * @param \Symfony\Component\Console\Command\Command|string $command * @param array $arguments