Skip to content

Commit 7675798

Browse files
committed
docs: update PHPDoc types
1 parent b53f049 commit 7675798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Database/BaseBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,9 +2738,9 @@ public function getCompiledDelete(bool $reset = true): string
27382738
/**
27392739
* Compiles a delete string and runs the query
27402740
*
2741-
* @param mixed $where
2741+
* @param array|RawSql|string $where
27422742
*
2743-
* @return bool|string Returns a string if in test mode.
2743+
* @return bool|string Returns a SQL string if in test mode.
27442744
*
27452745
* @throws DatabaseException
27462746
*/

0 commit comments

Comments
 (0)