Skip to content

Commit db293d9

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 55ab0c1 commit db293d9

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/DB.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
* @method static string getServerVersion()
109109
* @method static void resolverFor(string $driver, \Closure $callback)
110110
* @method static \Closure|null getResolver(string $driver)
111-
* @method static mixed transaction(\Closure $callback, int $attempts = 1)
111+
* @method static mixed transaction(\Closure $callback, int $attempts = 1, \Closure|null $onFailure = null)
112112
* @method static void beginTransaction()
113113
* @method static void commit()
114114
* @method static void rollBack(int|null $toLevel = null)

0 commit comments

Comments
 (0)