From 604f3789bfb66575ee5c2b910447fea24e10931f Mon Sep 17 00:00:00 2001 From: Raf Date: Fri, 30 Jun 2023 09:23:09 +0200 Subject: [PATCH] Stop showing IDE errors --- src/Medoo.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Medoo.php b/src/Medoo.php index 6ebff1f3..11bdbd57 100644 --- a/src/Medoo.php +++ b/src/Medoo.php @@ -47,6 +47,7 @@ class Raw * @method null select(string $table, array $columns, callable $callback) * @method null select(string $table, array $columns, array $where, callable $callback) * @method null select(string $table, array $join, array $columns, array $where, callable $callback) + * @method mixed select(string $table, array|string $columns, array $where) * @method mixed get(string $table, array|string $columns, array $where) * @method bool has(string $table, array $where) * @method mixed rand(string $table, array|string $column, array $where)