diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2024-04-09 20:57:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 20:57:19 +0200 |
commit | 46fb51b0226fc0e4ca3db2b5acbdb9b3819210cf (patch) | |
tree | a81aad1ee5e2141835be1c0383c92d926ca3b0d1 | |
parent | 9a319baa1924e9b23c92a4dd7e60e1e8070c33b3 (diff) | |
parent | 5443069471342aba819b3d50983d825d0015ccec (diff) | |
download | nextcloud-server-46fb51b0226fc0e4ca3db2b5acbdb9b3819210cf.tar.gz nextcloud-server-46fb51b0226fc0e4ca3db2b5acbdb9b3819210cf.zip |
Merge pull request #44746 from nextcloud/doc/idbconnection-prepare-branding
docs: Adjust branding in IDBConnection::prepare doc block
-rw-r--r-- | lib/public/IDBConnection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IDBConnection.php b/lib/public/IDBConnection.php index 026e79c3776..b3e7d697017 100644 --- a/lib/public/IDBConnection.php +++ b/lib/public/IDBConnection.php @@ -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 |