aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2024-04-09 09:52:42 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2024-04-09 20:40:29 +0200
commit5443069471342aba819b3d50983d825d0015ccec (patch)
treedf962d60261d4045954cd4293ba42fa4c1218a17
parentc53e365ec9a82eb400997a8d585d05522c0e42a1 (diff)
downloadnextcloud-server-5443069471342aba819b3d50983d825d0015ccec.tar.gz
nextcloud-server-5443069471342aba819b3d50983d825d0015ccec.zip
docs: Adjust branding in IDBConnection::prepare doc block
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-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