Skip to content

Commit 7348ac1

Browse files
[11.x] Add new success Method to the Docblock of Illuminate\Console\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]>
1 parent 5a200b6 commit 7348ac1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Console/View/Components/Factory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
* @method void bulletList(array $elements, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
1212
* @method mixed choice(string $question, array $choices, $default = null, int $attempts = null, bool $multiple = false)
1313
* @method bool confirm(string $question, bool $default = false)
14-
* @method void error(string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
1514
* @method void info(string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
15+
* @method void success(string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
16+
* @method void error(string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
1617
* @method void line(string $style, string $string, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)
1718
* @method void secret(string $question, bool $fallback = true)
1819
* @method void task(string $description, ?callable $task = null, int $verbosity = \Symfony\Component\Console\Output\OutputInterface::VERBOSITY_NORMAL)

0 commit comments

Comments
 (0)