File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,7 @@ public function __clone()
85
85
}
86
86
87
87
/**
88
- * Constructs a lazy BSON array.
89
- *
90
- * @param PackedArray<TValue>|list<TValue>|null $input An input for a lazy array.
91
- * When given a BSON array, this is treated as input. For lists
92
- * this constructs a new BSON array using fromPHP.
88
+ * @param PackedArray<TValue>|list<TValue>|null $input
93
89
*/
94
90
public function __construct ($ input = null , ?CodecLibrary $ codecLibrary = null )
95
91
{
Original file line number Diff line number Diff line change @@ -82,11 +82,7 @@ public function __clone()
82
82
}
83
83
84
84
/**
85
- * Constructs a lazy BSON document.
86
- *
87
- * @param Document<TValue>|array<string, TValue>|object|null $input An input for a lazy object.
88
- * When given a BSON document, this is treated as input. For arrays
89
- * and objects this constructs a new BSON document using fromPHP.
85
+ * @param Document<TValue>|array<string, TValue>|object|null $input
90
86
*/
91
87
public function __construct ($ input = null , ?CodecLibrary $ codecLibrary = null )
92
88
{
You can’t perform that action at this time.
0 commit comments