Skip to content

Commit ed05c1c

Browse files
committed
fix merge
1 parent aba2b58 commit ed05c1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Fixtures/Map.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ public function offsetExists($offset): bool
2020
return isset($this->data[$offset]);
2121
}
2222

23+
/**
24+
* @return mixed
25+
*/
2326
#[\ReturnTypeWillChange]
2427
public function offsetGet($offset)
2528
{

0 commit comments

Comments
 (0)