Skip to content

Commit ad791ec

Browse files
GromNaNjmikola
andauthored
Test using empty PackedArray
Co-authored-by: Jeremy Mikola <[email protected]>
1 parent 8144aaf commit ad791ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ protected static function getInvalidDocumentCodecValues(): array
250250
*/
251251
protected static function getInvalidHintValues(): array
252252
{
253-
return [123, 3.14, true, PackedArray::fromPHP(['hint'])];
253+
return [123, 3.14, true, PackedArray::fromPHP([])];
254254
}
255255

256256
/**

0 commit comments

Comments
 (0)