[DOC-CVS] [doc-en] master: incompatible.xml Fix a method name

[email protected] (Mikhail Alferov via Christian Weiske) Fri, 6 Mar 2026 07:50:23 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Mikhail Alferov (mmalferov)
Committer: Christian Weiske (cweiske)
Date: 2026-03-06T08:50:19+01:00

Commit: https://github.com/php/doc-en/commit/048982b729726cb14b40b18ab9ddb5e108de85f4
Raw diff: https://github.com/php/doc-en/commit/048982b729726cb14b40b18ab9ddb5e108de85f4.diff

incompatible.xml Fix a method name

Changed paths:
  M  appendices/migration85/incompatible.xml


Diff:

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