From 5e9854663edf421dea24887745a6a5ad65b7a980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sun, 30 Jul 2023 11:54:10 +0200 Subject: [PATCH] Fix Query::_where phpdoc --- Database/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Query.php b/Database/Query.php index 3790b7a..82639e4 100644 --- a/Database/Query.php +++ b/Database/Query.php @@ -1250,7 +1250,7 @@ protected function _update() * @internal * * @param string|array $where - * @param null $value + * @param string $value * @param string $type * @param string $op * @param bool $bind