Skip to content

Commit

Permalink
[11.x] Add new success Method to the Docblock of `Illuminate\Consol…
Browse files Browse the repository at this point in the history
…e\View\Components\Factory` (#52310)

* add new success method to the docblock of View/Components/Factory

* Update Factory.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
devajmeireles and taylorotwell authored Jul 30, 2024
1 parent 5a200b6 commit 7348ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Console/View/Components/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
* @method void bulletList(array $elements, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
* @method mixed choice(string $question, array $choices, $default = null, int $attempts = null, bool $multiple = false)
* @method bool confirm(string $question, bool $default = false)
* @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 success(string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
* @method void error(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)
Expand Down

0 comments on commit 7348ac1

Please sign in to comment.