We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53f049 commit 7675798Copy full SHA for 7675798
1 file changed
system/Database/BaseBuilder.php
@@ -2738,9 +2738,9 @@ public function getCompiledDelete(bool $reset = true): string
2738
/**
2739
* Compiles a delete string and runs the query
2740
*
2741
- * @param mixed $where
+ * @param array|RawSql|string $where
2742
2743
- * @return bool|string Returns a string if in test mode.
+ * @return bool|string Returns a SQL string if in test mode.
2744
2745
* @throws DatabaseException
2746
*/
0 commit comments