Merge pull request #44746 from nextcloud/doc/idbconnection-prepare-branding

docs: Adjust branding in IDBConnection::prepare doc block
pull/44450/head
Christoph Wurst 2024-04-09 20:57:19 +07:00 committed by GitHub
commit 46fb51b022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -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