Skip to content

Commit 7c0d65f

Browse files
[allow-dynamic-calls] Fix lines for test case
1 parent bc0a19b commit 7c0d65f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[
22
{
33
"message": "Method MabeEnum\\PHPStan\\tests\\integration\\data\\EnumGetValuesReturnType\\Example::staticMethodFail() should return array<int, null> but returns array<int, float|int|string>.",
4-
"line": 24,
4+
"line": 33,
55
"ignorable": true
66
},
77
{
88
"message": "Method MabeEnum\\PHPStan\\tests\\integration\\data\\EnumGetValuesReturnType\\Example::objectMethodFail() should return array<int, null> but returns array<int, float|int|string>.",
9-
"line": 36,
9+
"line": 45,
1010
"ignorable": true
1111
},
1212
{
1313
"message": "Method MabeEnum\\PHPStan\\tests\\integration\\data\\EnumGetValuesReturnType\\MyEnum::selfGetValuesFail() should return array<int, null> but returns array<int, int|string>.",
14-
"line": 54,
14+
"line": 63,
1515
"ignorable": true
1616
},
1717
{
1818
"message": "Method MabeEnum\\PHPStan\\tests\\integration\\data\\EnumGetValuesReturnType\\MyInheritedEnum::inheritSelfGetValuesFail() should return array<int, null> but returns array<int, float|int|string>.",
19-
"line": 77,
19+
"line": 86,
2020
"ignorable": true
2121
}
22-
]
22+
]

0 commit comments

Comments
 (0)