We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf8abc commit defe990Copy full SHA for defe990
src/Illuminate/Support/Facades/DB.php
@@ -105,7 +105,7 @@
105
* @method static string getServerVersion()
106
* @method static void resolverFor(string $driver, \Closure $callback)
107
* @method static \Closure|null getResolver(string $driver)
108
- * @method static mixed transaction(\Closure $callback, int $attempts = 1)
+ * @method static void transaction(\Closure $callback, int $attempts = 1)
109
* @method static void beginTransaction()
110
* @method static void commit()
111
* @method static void rollBack(int|null $toLevel = null)
0 commit comments