Skip to content

Commit a296e81

Browse files
authored
update the docblock of the runCommand method. (#53490)
1 parent ce4fd71 commit a296e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Concerns/CallsCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function callSilently($command, array $arguments = [])
5353
}
5454

5555
/**
56-
* Run the given the console command.
56+
* Run the given console command.
5757
*
5858
* @param \Symfony\Component\Console\Command\Command|string $command
5959
* @param array $arguments

0 commit comments

Comments
 (0)