Skip to content

Commit 718a7c8

Browse files
committed
reasons are now unique
1 parent 0767f80 commit 718a7c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/PHPStan/Rules/Generators/YieldTypeRuleTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ public function testBug7484(): void
6767
[
6868
'Generator expects key type K of int|string, (K of int)|string given.',
6969
21,
70-
'• Type string is not always the same as K. It breaks the contract for some argument types, typically subtypes.' . PHP_EOL .
71-
'• Type string is not always the same as K. It breaks the contract for some argument types, typically subtypes.',
70+
'Type string is not always the same as K. It breaks the contract for some argument types, typically subtypes.',
7271
],
7372
]);
7473
}

0 commit comments

Comments
 (0)