Skip to content

Commit 0df7b01

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 29cc04b commit 0df7b01

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

src/Illuminate/Support/Facades/DB.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
* @method static mixed selectOne(string $query, array $bindings = [], bool $useReadPdo = true)
4141
* @method static mixed scalar(string $query, array $bindings = [], bool $useReadPdo = true)
4242
* @method static array selectFromWriteConnection(string $query, array $bindings = [])
43-
* @method static array select(string $query, array $bindings = [], bool $useReadPdo = true)
44-
* @method static array selectResultSets(string $query, array $bindings = [], bool $useReadPdo = true)
45-
* @method static \Generator cursor(string $query, array $bindings = [], bool $useReadPdo = true)
43+
* @method static array select(string $query, array $bindings = [], bool $useReadPdo = true, array $fetchUsing = [])
44+
* @method static array selectResultSets(string $query, array $bindings = [], bool $useReadPdo = true, array $fetchUsing = [])
45+
* @method static \Generator cursor(string $query, array $bindings = [], bool $useReadPdo = true, array $fetchUsing = [])
4646
* @method static bool insert(string $query, array $bindings = [])
4747
* @method static int update(string $query, array $bindings = [])
4848
* @method static int delete(string $query, array $bindings = [])

0 commit comments

Comments
 (0)