Skip to content

Commit 89302db

Browse files
committed
Fix tests
1 parent 76be530 commit 89302db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/PHPStan/Levels/data/arrayDimFetches-7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ignorable": true
1616
},
1717
{
18-
"message": "Offset 'b' does not exist on array{a: 1, b?: 1}.",
18+
"message": "Offset 'b' might not exist on array{a: 1, b?: 1}.",
1919
"line": 40,
2020
"ignorable": true
2121
},

tests/PHPStan/Levels/data/arrayDimFetches-8.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
3-
"message": "Offset 0 does not exist on array|null.",
3+
"message": "Offset 0 might not exist on array|null.",
44
"line": 15,
55
"ignorable": true
66
},
77
{
8-
"message": "Offset 0 does not exist on array<int, string>|null.",
8+
"message": "Offset 0 might not exist on array<int, string>|null.",
99
"line": 50,
1010
"ignorable": true
1111
}

0 commit comments

Comments
 (0)