Skip to content

Commit 048982b

Browse files
mmalferovcweiske
authored andcommitted
incompatible.xml Fix a method name
1 parent 96b10a9 commit 048982b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appendices/migration85/incompatible.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
Attempting to call <methodname>PDOStatement::setFetchMode</methodname> during
335335
a call to <methodname>PDO::fetch</methodname>,
336336
<methodname>PDO::fetchObject</methodname>,
337-
<methodname>PDO::fetchAll</methodname>, for example using tricks such as
337+
<methodname>PDOStatement::fetchAll</methodname>, for example using tricks such as
338338
passing the statement object as a constructor argument when fetching into an
339339
object, will now throw an <exceptionname>Error</exceptionname>.
340340
</simpara>
@@ -357,7 +357,7 @@
357357
<simpara>
358358
A <exceptionname>ValueError</exceptionname> is now thrown if
359359
<constant>PDO::FETCH_INTO</constant> is used as a fetch mode in
360-
<methodname>PDO::fetchAll</methodname>,
360+
<methodname>PDOStatement::fetchAll</methodname>,
361361
similar to <constant>PDO::FETCH_LAZY</constant>.
362362
</simpara>
363363

0 commit comments

Comments
 (0)