Skip to content
Prev Previous commit
Next Next commit
fixup! feat(database): Add replacements for deprecated fetch and fetc…
…hAll

Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Oct 5, 2023
commit d25712d36bfe0ea1cfddec8a7906c3ced54ccfc9
2 changes: 1 addition & 1 deletion lib/public/DB/IResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function fetchAllNumeric(): array;
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
Expand Down