Skip to content

Commit 9a1711a

Browse files
committed
Update DBAL
1 parent 12a4737 commit 9a1711a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"doctrine/annotations": "^1.11.0",
2121
"doctrine/collections": "^1.6",
2222
"doctrine/common": "^2.7 || ^3.0",
23-
"doctrine/dbal": "^2.13.7 || ^3.0",
23+
"doctrine/dbal": "^2.13.8 || ^3.3.3",
2424
"doctrine/lexer": "^1.2.1",
2525
"doctrine/mongodb-odm": "^1.3 || ^2.1",
2626
"doctrine/orm": "^2.11.0",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[
22
{
3-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\Result|int.",
3+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\Result|int|string.",
44
"line": 43,
55
"ignorable": true
66
},
77
{
8-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\Result|int.",
8+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\Result|int|string.",
99
"line": 60,
1010
"ignorable": true
1111
},
1212
{
13-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\Result|int.",
13+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\Result|int|string.",
1414
"line": 76,
1515
"ignorable": true
1616
},
1717
{
18-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\Result|int.",
18+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\Result|int|string.",
1919
"line": 87,
2020
"ignorable": true
2121
}
22-
]
22+
]
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[
22
{
3-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Result|int.",
3+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Result|int|string.",
44
"line": 43,
55
"ignorable": true
66
},
77
{
8-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Result|int.",
8+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Result|int|string.",
99
"line": 60,
1010
"ignorable": true
1111
},
1212
{
13-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Result|int.",
13+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Result|int|string.",
1414
"line": 76,
1515
"ignorable": true
1616
},
1717
{
18-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Result|int.",
18+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Result|int|string.",
1919
"line": 87,
2020
"ignorable": true
2121
}
22-
]
22+
]

0 commit comments

Comments
 (0)