diff --git a/appendices/migration85/incompatible.xml b/appendices/migration85/incompatible.xml
index 917b68ac9c88..fde91fe519ff 100644
--- a/appendices/migration85/incompatible.xml
+++ b/appendices/migration85/incompatible.xml
@@ -332,9 +332,9 @@
Attempting to call PDOStatement::setFetchMode during
- a call to PDO::fetch,
- PDO::fetchObject,
- PDO::fetchAll, for example using tricks such as
+ a call to PDOStatement::fetch,
+ PDOStatement::fetchObject,
+ PDOStatement::fetchAll, for example using tricks such as
passing the statement object as a constructor argument when fetching into an
object, will now throw an Error.
@@ -357,7 +357,7 @@
A ValueError is now thrown if
PDO::FETCH_INTO is used as a fetch mode in
- PDO::fetchAll,
+ PDOStatement::fetchAll,
similar to PDO::FETCH_LAZY.