aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-10-05 18:38:20 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2023-10-05 18:38:20 +0200
commitd25712d36bfe0ea1cfddec8a7906c3ced54ccfc9 (patch)
tree4a8b0350ae2335f507a2f0f68d499d46de789678
parent4968328acb1d3d10b473eb0c87ac30d8ce734a84 (diff)
downloadnextcloud-server-d25712d36bfe0ea1cfddec8a7906c3ced54ccfc9.tar.gz
nextcloud-server-d25712d36bfe0ea1cfddec8a7906c3ced54ccfc9.zip
fixup! feat(database): Add replacements for deprecated fetch and fetchAll
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--lib/public/DB/IResult.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/DB/IResult.php b/lib/public/DB/IResult.php
index 2389a81c3f6..abf411d4c84 100644
--- a/lib/public/DB/IResult.php
+++ b/lib/public/DB/IResult.php
@@ -129,7 +129,7 @@ interface IResult {
public function fetchOne();
/**
- * Returns an array containing all of the result rows represented as numeric arrays
+ * Returns an array containing the values of the first column of the result
*
* @return list<mixed>
* @throws Exception