Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Medoo.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Raw
* @method null select(string $table, string $column, array $where, callable $callback)
* @method null select(string $table, array $join, array $columns, array $where, callable $callback)
* @method null select(string $table, array $join, string $column, array $where, callable $callback)
* @method mixed get(string $table, array|string $columns, array $where)
* @method mixed get(string $table, array|null $join = null, array|string|null $columns = null, array|null $where = null)
* @method bool has(string $table, array $where)
* @method mixed rand(string $table, array|string $column, array $where)
* @method int count(string $table, array $where)
Expand Down