Skip to content

Commit

Permalink
docs: update PHPDoc types
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 14, 2023
1 parent b53f049 commit 7675798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/Database/BaseBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2738,9 +2738,9 @@ public function getCompiledDelete(bool $reset = true): string
/**
* Compiles a delete string and runs the query
*
* @param mixed $where
* @param array|RawSql|string $where
*
* @return bool|string Returns a string if in test mode.
* @return bool|string Returns a SQL string if in test mode.
*
* @throws DatabaseException
*/
Expand Down

0 comments on commit 7675798

Please sign in to comment.