Skip to content

Commit 72f75a5

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 793e60b commit 72f75a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Illuminate/Support/Facades/Pipeline.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* @method static \Illuminate\Pipeline\Pipeline setContainer(\Illuminate\Contracts\Container\Container $container)
1515
* @method static \Illuminate\Pipeline\Pipeline|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
1616
* @method static \Illuminate\Pipeline\Pipeline|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
17+
* @method static void macro(string $name, object|callable $macro)
18+
* @method static void mixin(object $mixin, bool $replace = true)
19+
* @method static bool hasMacro(string $name)
20+
* @method static void flushMacros()
1721
*
1822
* @see \Illuminate\Pipeline\Pipeline
1923
*/

0 commit comments

Comments
 (0)