Skip to content

Commit b29ddc5

Browse files
committed
fix merge
1 parent 3b41a85 commit b29ddc5

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)