Skip to content

Commit

Permalink
update the docblock of the runCommand method. (#53490)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinb1989 authored Nov 13, 2024
1 parent ce4fd71 commit a296e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Concerns/CallsCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a296e81

Please sign in to comment.