We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ece202 commit b87b5b6Copy full SHA for b87b5b6
tests/Unit/Utils/JSONTest.php
@@ -201,9 +201,7 @@ public static function dataProviderTestThatDecodeThrowsAnExceptionOnMalformedJso
201
/**
202
* Data provider for 'testThatEncodeThrowsAnExceptionOnInvalidUtfCharacters'.
203
*
204
- * @psalm-suppress MoreSpecificReturnType
205
- *
206
- * @return Generator<array{0: string}>
+ * @return Generator<array{0: string|false}>
207
*/
208
public static function dataProviderTestThatEncodeThrowsAnExceptionOnInvalidUtfCharacters(): Generator
209
{
0 commit comments