File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ public function offsetUnset($offset): void
243
243
* @param Item|ByteSequence|Token|bool|int|float|string $value the member to add
244
244
*
245
245
* @see ::push
246
- * @see ::insert
246
+ * @see ::replace
247
247
*/
248
248
public function offsetSet ($ offset , $ value ): void
249
249
{
Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ public function offsetExists($offset): bool
225
225
}
226
226
227
227
/**
228
- *
229
228
* @param int $offset the integer index of the member to retrieve.
230
229
*
231
230
* @see ::get
@@ -236,7 +235,6 @@ public function offsetGet($offset): Item|InnerList
236
235
}
237
236
238
237
/**
239
- *
240
238
* @param int $offset the integer index of the member to remove
241
239
*
242
240
* @see ::remove
@@ -248,12 +246,11 @@ public function offsetUnset($offset): void
248
246
}
249
247
250
248
/**
251
- *
252
249
* @param int|null $offset the integer index of member to add or update
253
250
* @param InnerList|Item|ByteSequence|Token|bool|int|float|string $value the member to add
254
251
*
255
252
* @see ::push
256
- * @see ::insert
253
+ * @see ::replace
257
254
*/
258
255
public function offsetSet ($ offset , $ value ): void
259
256
{
You can’t perform that action at this time.
0 commit comments