Skip to content

Commit 7ef9bb5

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: fix merge
2 parents b45b1d7 + b29ddc5 commit 7ef9bb5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Tests/Fixtures/Map.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ public function offsetExists($offset): bool
2020
return isset($this->data[$offset]);
2121
}
2222

23-
/**
24-
* @return mixed
25-
*/
26-
#[\ReturnTypeWillChange]
27-
public function offsetGet($offset)
23+
public function offsetGet($offset): mixed
2824
{
2925
return $this->data[$offset];
3026
}

0 commit comments

Comments
 (0)