Commit f803d1e
committed
minor #14498 Update doctrine fetchAll (deprecated) (qdequippe)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead.
Discussion
----------
Update doctrine fetchAll (deprecated)
Since doctrine/dbal 2.11 [Deprecated FetchMode and the corresponding methods](https://github.com/doctrine/dbal/blob/2.12.x/UPGRADE.md#deprecated-fetchmode-and-the-corresponding-methods)
> The Statement::fetchAll() method is deprecated in favor of Result::fetchAllNumeric(), ::fetchAllAssociative() and ::fetchFirstColumn()
Commits
-------
d865835 Update doctrine fetchAll deprecated1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
| 815 | + | |
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
| |||
0 commit comments