From 7d6073dc124edc78583f8fde6a7136e2402bc8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Tue, 15 Oct 2024 22:21:53 +0200 Subject: [PATCH] Typo in upgrade doc (#3180) --- docs/upgrade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade.txt b/docs/upgrade.txt index d730435fa..a87d314a2 100644 --- a/docs/upgrade.txt +++ b/docs/upgrade.txt @@ -71,7 +71,7 @@ Version 5.x Breaking Changes This library version introduces the following breaking changes: -- The query builder returns results as as ``stdClass`` objects instead +- The query builder returns results as ``stdClass`` objects instead of as arrays. This change requires that you change array access to property access when interacting with query results.