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

[email protected] (Mikhail Alferov via Christian Weiske) Fri, 6 Mar 2026 07:52:34 +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/f81bbcf9d36c28bf067b5514cffdbc7663357cf3
Raw diff: https://github.com/php/doc-en/commit/f81bbcf9d36c28bf067b5514cffdbc7663357cf3.diff

Update incompatible.xml Fix a method names

Changed paths:
  M  appendices/migration85/incompatible.xml


Diff:

diff --git a/appendices/migration85/incompatible.xml b/appendices/migration85/incompatible.xml
index f0935816ded6..fde91fe519ff 100644
--- a/appendices/migration85/incompatible.xml
+++ b/appendices/migration85/incompatible.xml
@@ -332,8 +332,8 @@
 
   <simpara>
    Attempting to call <methodname>PDOStatement::setFetchMode</methodname> during
-   a call to <methodname>PDO::fetch</methodname>,
-   <methodname>PDO::fetchObject</methodname>,
+   a call to <methodname>PDOStatement::fetch</methodname>,
+   <methodname>PDOStatement::fetchObject</methodname>,
    <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>.