Skip to content

Commit 8ed690e

Browse files
committed
chore: remove useless @return BaseConnection|ConnectionInterface on BaseBuilder::db()
1 parent c96dc6d commit 8ed690e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/Database/BaseBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ public function __construct($tableName, ConnectionInterface $db, ?array $options
332332

333333
/**
334334
* Returns the current database connection
335-
*
336-
* @return BaseConnection|ConnectionInterface
337335
*/
338336
public function db(): ConnectionInterface
339337
{

0 commit comments

Comments
 (0)