File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,7 @@ public function __clone()
84
84
}
85
85
}
86
86
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.
93
- */
87
+ /** @param PackedArray<TValue>|list<TValue>|null $input */
94
88
public function __construct ($ input = null , ?CodecLibrary $ codecLibrary = null )
95
89
{
96
90
if ($ input === null ) {
Original file line number Diff line number Diff line change @@ -81,13 +81,7 @@ public function __clone()
81
81
}
82
82
}
83
83
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.
90
- */
84
+ /** @param Document<TValue>|array<string, TValue>|object|null $input */
91
85
public function __construct ($ input = null , ?CodecLibrary $ codecLibrary = null )
92
86
{
93
87
if ($ input === null ) {
You can’t perform that action at this time.
0 commit comments