Skip to content

Commit

Permalink
Update BaseBuilder.php
Browse files Browse the repository at this point in the history
Fixed coding style
  • Loading branch information
objecttothis authored Dec 7, 2023
1 parent 45b9d1d commit f0f2bc4
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|BaseResult|Query
* @return BaseResult|bool|Query
*
* @throws DatabaseException
*/
Expand Down

0 comments on commit f0f2bc4

Please sign in to comment.