Skip to content

Commit

Permalink
Add secret method declaration to Components\Factory class (#51949)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriquynh committed Jun 28, 2024
1 parent fc4a157 commit 032f378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Console/View/Components/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* @method void error(string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
* @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 secret(string $question, bool $fallback = true)
* @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 = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
* @method void warn(string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
Expand Down

0 comments on commit 032f378

Please sign in to comment.