docs: Adjust branding in IDBConnection::prepare doc block

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2024-04-09 09:52:42 +02:00
parent c53e365ec9
commit 5443069471
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ interface IDBConnection {
public function getQueryBuilder();
/**
* Used to abstract the ownCloud database access away
* Used to abstract the Nextcloud database access away
* @param string $sql the sql query with ? placeholder for params
* @param int|null $limit the maximum number of rows
* @param int|null $offset from which row we want to start