Skip to content

Commit

Permalink
Merge pull request #8304 from objecttothis/patch-2
Browse files Browse the repository at this point in the history
docs: fix `@return` in BaseBuilder.php
  • Loading branch information
kenjis authored Dec 9, 2023
2 parents 3e1046b + f0f2bc4 commit 6e8564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Database/BaseBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@ public function getCompiledInsert(bool $reset = true)
*
* @param array|object|null $set
*
* @return bool
* @return BaseResult|bool|Query
*
* @throws DatabaseException
*/
Expand Down

0 comments on commit 6e8564d

Please sign in to comment.