mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #44746 from nextcloud/doc/idbconnection-prepare-branding
docs: Adjust branding in IDBConnection::prepare doc block
This commit is contained in:
commit
46fb51b022
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue