Skip to content

Commit defe990

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
* @method static string getServerVersion()
106106
* @method static void resolverFor(string $driver, \Closure $callback)
107107
* @method static \Closure|null getResolver(string $driver)
108-
* @method static mixed transaction(\Closure $callback, int $attempts = 1)
108+
* @method static void transaction(\Closure $callback, int $attempts = 1)
109109
* @method static void beginTransaction()
110110
* @method static void commit()
111111
* @method static void rollBack(int|null $toLevel = null)

0 commit comments

Comments
 (0)