Skip to content

Commit 6e8564d

Browse files
authored
Merge pull request #8304 from objecttothis/patch-2
docs: fix `@return` in BaseBuilder.php
2 parents 3e1046b + f0f2bc4 commit 6e8564d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Database/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@ public function getCompiledInsert(bool $reset = true)
22702270
*
22712271
* @param array|object|null $set
22722272
*
2273-
* @return bool
2273+
* @return BaseResult|bool|Query
22742274
*
22752275
* @throws DatabaseException
22762276
*/

0 commit comments

Comments
 (0)