Skip to content

Commit 4967ebb

Browse files
committed
Fix tests
1 parent 4490e56 commit 4967ebb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/DoctrineIntegration/ORM/data/queryBuilder-6.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[
22
{
3-
"message": "Method PHPStan\\DoctrineIntegration\\ORM\\QueryBuilder\\Foo::doFoo() return type with generic class Doctrine\\ORM\\Query does not specify its types: TResult",
3+
"message": "Method PHPStan\\DoctrineIntegration\\ORM\\QueryBuilder\\Foo::doFoo() return type with generic class Doctrine\\ORM\\Query does not specify its types: TKey, TResult",
44
"line": 22,
55
"ignorable": true
66
},
77
{
8-
"message": "Method PHPStan\\DoctrineIntegration\\ORM\\QueryBuilder\\Foo::doBar() return type with generic class Doctrine\\ORM\\Query does not specify its types: TResult",
8+
"message": "Method PHPStan\\DoctrineIntegration\\ORM\\QueryBuilder\\Foo::doBar() return type with generic class Doctrine\\ORM\\Query does not specify its types: TKey, TResult",
99
"line": 35,
1010
"ignorable": true
1111
},
1212
{
13-
"message": "Method PHPStan\\DoctrineIntegration\\ORM\\QueryBuilder\\Foo::dynamicQueryBuilder() return type with generic class Doctrine\\ORM\\Query does not specify its types: TResult",
13+
"message": "Method PHPStan\\DoctrineIntegration\\ORM\\QueryBuilder\\Foo::dynamicQueryBuilder() return type with generic class Doctrine\\ORM\\Query does not specify its types: TKey, TResult",
1414
"line": 50,
1515
"ignorable": true
1616
}

0 commit comments

Comments
 (0)