File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)
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()
You can’t perform that action at this time.
0 commit comments