Skip to content

Commit

Permalink
typo correction (#43431)
Browse files Browse the repository at this point in the history
To calm the PHPStorm IDE ("Function has a parameter whose default value is incompatible with its declared type")
  • Loading branch information
EgorGruzdev committed Jul 26, 2022
1 parent f8b902c commit d1a4473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/View/Components/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @method void info(string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
* @method void line(string $style, string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
* @method void task(string $description, ?callable $task = null, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
* @method void twoColumnDetail(string $first, ?string $second = null, int $verbosity = OutputInterface::VERBOSITY_NORMAL)
* @method void twoColumnDetail(string $first, ?string $second = null, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
* @method void warn(string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
*/
class Factory
Expand Down

0 comments on commit d1a4473

Please sign in to comment.