Skip to content

Commit 673477f

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent af181f0 commit 673477f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/Illuminate/Support/Facades/DB.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* @method static int affectingStatement(string $query, array $bindings = [])
5151
* @method static bool unprepared(string $query)
5252
* @method static int|null threadCount()
53-
* @method static array pretend(\Closure $callback)
53+
* @method static array[] pretend(\Closure $callback)
5454
* @method static mixed withoutPretending(\Closure $callback)
5555
* @method static void bindValues(\PDOStatement $statement, array $bindings)
5656
* @method static array prepareBindings(array $bindings)
@@ -93,7 +93,7 @@
9393
* @method static \Illuminate\Database\Connection setTransactionManager(\Illuminate\Database\DatabaseTransactionsManager $manager)
9494
* @method static void unsetTransactionManager()
9595
* @method static bool pretending()
96-
* @method static array getQueryLog()
96+
* @method static array[] getQueryLog()
9797
* @method static array getRawQueryLog()
9898
* @method static void flushQueryLog()
9999
* @method static void enableQueryLog()

0 commit comments

Comments
 (0)