File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
* @template-implements ArrayAccess<int, TValue>
52
52
* @template-implements IteratorAggregate<int, TValue>
53
53
*/
54
- class LazyBSONArray implements ArrayAccess, IteratorAggregate
54
+ final class LazyBSONArray implements ArrayAccess, IteratorAggregate
55
55
{
56
56
/** @var PackedArray<TValue> */
57
57
private PackedArray $ bson ;
Original file line number Diff line number Diff line change 50
50
* @template-implements ArrayAccess<string, TValue>
51
51
* @template-implements IteratorAggregate<string, TValue>
52
52
*/
53
- class LazyBSONDocument implements ArrayAccess, IteratorAggregate
53
+ final class LazyBSONDocument implements ArrayAccess, IteratorAggregate
54
54
{
55
55
/** @var Document<TValue> */
56
56
private Document $ bson ;
You can’t perform that action at this time.
0 commit comments