Skip to content

Commit 55b53e8

Browse files
committed
Fix level tests
1 parent 256e8dc commit 55b53e8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/PHPStan/Levels/data/stringOffsetAccess-2.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,5 @@
33
"message": "PHPDoc tag @var with type int|object is not subtype of native type null.",
44
"line": 7,
55
"ignorable": true
6-
},
7-
{
8-
"message": "PHPDoc tag @var with type array{baz: 21}|array{foo: 17, bar: 19} is not subtype of native type array{}.",
9-
"line": 54,
10-
"ignorable": true
11-
},
12-
{
13-
"message": "PHPDoc tag @var with type array{baz: 21}|array{foo: 17, bar: 19} is not subtype of native type array{}.",
14-
"line": 58,
15-
"ignorable": true
166
}
177
]

0 commit comments

Comments
 (0)