Skip to content

Commit 45f244e

Browse files
committed
Use object in LazyBSONCodecLibrary test
1 parent 576c7b3 commit 45f244e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Codec/LazyBSONCodecLibraryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static function provideDecodedData(): Generator
2121
];
2222
$document = (object) [
2323
'string' => 'bar',
24-
'document' => ['foo' => 'bar'],
24+
'document' => (object) ['foo' => 'bar'],
2525
'array' => [0, 1, 2],
2626
];
2727

0 commit comments

Comments
 (0)