Skip to content

Commit a72bd3b

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent f753abd commit a72bd3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Pipeline.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @method static mixed then(\Closure $destination)
1111
* @method static mixed thenReturn()
1212
* @method static \Illuminate\Pipeline\Pipeline finally(\Closure $callback)
13+
* @method static \Illuminate\Pipeline\Pipeline withinTransactions(bool $withinTransactions = true)
1314
* @method static \Illuminate\Pipeline\Pipeline setContainer(\Illuminate\Contracts\Container\Container $container)
1415
* @method static \Illuminate\Pipeline\Pipeline|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
1516
* @method static \Illuminate\Pipeline\Pipeline|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)

0 commit comments

Comments
 (0)