Skip to content

Commit

Permalink
Fix PHP warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Sep 2, 2022
1 parent e6566fe commit 95c5d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Model/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function offsetExists($offset): bool
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function offsetGet($offset)
{
$keys = explode('.', $offset);
Expand Down

0 comments on commit 95c5d1b

Please sign in to comment.