Skip to content

Commit 0bd839a

Browse files
authored
Merge pull request #12345 from greg0ire/3.6.x
Merge 2.20.x up into 3.6.x
2 parents ab156a5 + b65004f commit 0bd839a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ parameters:
619619
path: src/EntityRepository.php
620620

621621
-
622-
message: '#^Method Doctrine\\ORM\\EntityRepository\:\:matching\(\) should return Doctrine\\Common\\Collections\\AbstractLazyCollection\<int, T of object\>&Doctrine\\Common\\Collections\\Selectable\<int, T of object\> but returns Doctrine\\ORM\\LazyCriteriaCollection\<\(int\|string\), object\>\.$#'
622+
message: '#^Method Doctrine\\ORM\\EntityRepository\:\:matching\(\) should return Doctrine\\Common\\Collections\\AbstractLazyCollection\<int, T of object\> but returns Doctrine\\ORM\\LazyCriteriaCollection\<\(int\|string\), object\>\.$#'
623623
identifier: return.type
624624
count: 1
625625
path: src/EntityRepository.php

0 commit comments

Comments
 (0)