Skip to content

Commit 518b912

Browse files
authored
Merge pull request #8701 from samsonasik/chore-return-doc
docs: remove useless @return BaseConnection|ConnectionInterface on BaseBuilder::db()
2 parents c96dc6d + a2802a6 commit 518b912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public function __construct($tableName, ConnectionInterface $db, ?array $options
333333
/**
334334
* Returns the current database connection
335335
*
336-
* @return BaseConnection|ConnectionInterface
336+
* @return BaseConnection
337337
*/
338338
public function db(): ConnectionInterface
339339
{

0 commit comments

Comments
 (0)