Skip to content

Commit b87b5b6

Browse files
committed
Fixed type issue
1 parent 8ece202 commit b87b5b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Unit/Utils/JSONTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ public static function dataProviderTestThatDecodeThrowsAnExceptionOnMalformedJso
201201
/**
202202
* Data provider for 'testThatEncodeThrowsAnExceptionOnInvalidUtfCharacters'.
203203
*
204-
* @psalm-suppress MoreSpecificReturnType
205-
*
206-
* @return Generator<array{0: string}>
204+
* @return Generator<array{0: string|false}>
207205
*/
208206
public static function dataProviderTestThatEncodeThrowsAnExceptionOnInvalidUtfCharacters(): Generator
209207
{

0 commit comments

Comments
 (0)