Skip to content

Commit f81bbcf

Browse files
mmalferovcweiske
authored andcommitted
Update incompatible.xml Fix a method names
1 parent 048982b commit f81bbcf

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
@@ -332,8 +332,8 @@
332332

333333
<simpara>
334334
Attempting to call <methodname>PDOStatement::setFetchMode</methodname> during
335-
a call to <methodname>PDO::fetch</methodname>,
336-
<methodname>PDO::fetchObject</methodname>,
335+
a call to <methodname>PDOStatement::fetch</methodname>,
336+
<methodname>PDOStatement::fetchObject</methodname>,
337337
<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>.

0 commit comments

Comments
 (0)