You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hi there,
at 1, the code quality checker reports some deprecation about the
PDOStatement::fetchAll()
function. Is it right?With kind regards,
Andreas.
Footnotes
https://scrutinizer-ci.com/g/crate/crate-pdo/code-structure/main/class/Crate%5CPDO%5CPDOStatement ↩
The text was updated successfully, but these errors were encountered: