Also offsetSet

This commit is contained in:
Olle Haerstedt
2022-08-08 16:03:14 +02:00
parent 030ffe1788
commit 32876782bf

View File

@@ -326,7 +326,7 @@ class CMap extends CComponent implements IteratorAggregate,ArrayAccess,Countable
/**
* Sets the element at the specified offset.
* This method is required by the interface ArrayAccess.
* @param integer $offset the offset to set element
* @param mixed $offset the offset to set element
* @param mixed $item the element value
*/
#[ReturnTypeWillChange]