crate/crate-pdo

The function `Crate\PDO\PDOStatement::fetchAll()` has been deprecated?

amotl opened this issue · 1 comments

amotl commented

Hi there,

at 1, the code quality checker reports some deprecation about the PDOStatement::fetchAll() function. Is it right?

The function Crate\PDO\PDOStatement::fetchAll() has been deprecated: Use fetchAllNumeric(), fetchAllAssociative() or fetchFirstColumn() instead.

IssueId: 46905417  Message: The function ``Crate\PDO\PDOStatement::fetchAll()`` has been deprecated: Use fetchAllNumeric(), fetchAllAssociative() or fetchFirstColumn() instead.  Filename: src/Crate/PDO/PDOStatement.php  LineNumber: 619  Link: https://scrutinizer-ci.com/g/crate/crate-pdo/code-structure/main/class/Crate%5CPDO%5CPDOStatement?issueId=46905417

With kind regards,
Andreas.

Footnotes

  1. https://scrutinizer-ci.com/g/crate/crate-pdo/code-structure/main/class/Crate%5CPDO%5CPDOStatement