aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2024-04-09 20:57:19 +0200
committerGitHub <noreply@github.com>2024-04-09 20:57:19 +0200
commit46fb51b0226fc0e4ca3db2b5acbdb9b3819210cf (patch)
treea81aad1ee5e2141835be1c0383c92d926ca3b0d1
parent9a319baa1924e9b23c92a4dd7e60e1e8070c33b3 (diff)
parent5443069471342aba819b3d50983d825d0015ccec (diff)
downloadnextcloud-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.php2
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