We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6bc47 commit 48c0104Copy full SHA for 48c0104
src/Set.php
@@ -247,7 +247,7 @@ public function intersect(Set $set): Set
247
* @param mixed $value The value to insert
248
* @return void
249
*/
250
- public function offsetSet($offset, $value)
+ public function offsetSet($offset, $value) : void
251
{
252
$temp = $this->values();
253
@@ -270,7 +270,7 @@ public function offsetSet($offset, $value)
270
* @param int $offset The key to remove a value at
271
272
273
- public function offsetUnset($offset)
+ public function offsetUnset($offset) : void
274
275
276
0 commit comments