Skip to content

Commit 5527e72

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 63fb79d commit 5527e72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Support/Facades/Blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
* @method static void aliasComponent(string $path, string|null $alias = null)
2727
* @method static void include(string $path, string|null $alias = null)
2828
* @method static void aliasInclude(string $path, string|null $alias = null)
29-
* @method static void directive(string $name, callable $handler)
29+
* @method static void bindDirective(string $name, callable $handler)
30+
* @method static void directive(string $name, callable $handler, bool $bind = false)
3031
* @method static array getCustomDirectives()
3132
* @method static \Illuminate\View\Compilers\BladeCompiler prepareStringsForCompilationUsing(callable $callback)
3233
* @method static void precompiler(callable $precompiler)

0 commit comments

Comments
 (0)