Skip to content

Commit 60fc7cb

Browse files
authored
Merge pull request #1147 from sobh/patch-1
[update] The PHP docBlock
2 parents 2613656 + 2c3fd26 commit 60fc7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Medoo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Raw
5555
* @method null select(string $table, string $column, array $where, callable $callback)
5656
* @method null select(string $table, array $join, array $columns, array $where, callable $callback)
5757
* @method null select(string $table, array $join, string $column, array $where, callable $callback)
58-
* @method mixed get(string $table, array|string $columns, array $where)
58+
* @method mixed get(string $table, array|null $join = null, array|string|null $columns = null, array|null $where = null)
5959
* @method bool has(string $table, array $where)
6060
* @method mixed rand(string $table, array|string $column, array $where)
6161
* @method int count(string $table, array $where)

0 commit comments

Comments
 (0)