File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ services:
1111 - 'Doctrine\DBAL\Connection::executeQuery'
1212 - 'Doctrine\DBAL\Connection::executeCacheQuery'
1313 - 'Doctrine\DBAL\Connection::executeStatement'
14+ - 'Doctrine\DBAL\Connection::fetchAssociative'
15+ - 'Doctrine\DBAL\Connection::fetchNumeric'
16+ - 'Doctrine\DBAL\Connection::fetchOne'
17+ - 'Doctrine\DBAL\Connection::fetchAllNumeric'
18+ - 'Doctrine\DBAL\Connection::fetchAllAssociative'
19+ - 'Doctrine\DBAL\Connection::fetchAllKeyValue'
20+ - 'Doctrine\DBAL\Connection::fetchAllAssociativeIndexed'
21+ - 'Doctrine\DBAL\Connection::fetchFirstColumn'
22+ - 'Doctrine\DBAL\Connection::iterateNumeric'
23+ - 'Doctrine\DBAL\Connection::iterateAssociative'
24+ - 'Doctrine\DBAL\Connection::iterateKeyValue'
25+ - 'Doctrine\DBAL\Connection::iterateAssociativeIndexed'
26+ - 'Doctrine\DBAL\Connection::iterateColumn'
1427 - 'Doctrine\DBAL\Connection::executeUpdate' # deprecated in doctrine
1528
1629 -
You can’t perform that action at this time.
0 commit comments