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.