Skip to content

Commit

Permalink
fix for phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Sep 6, 2023
1 parent a540954 commit c29b543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/NestedAccessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ public function offsetExists($offset): bool
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function offsetGet($offset)
{
return $this->get($offset);
Expand Down

0 comments on commit c29b543

Please sign in to comment.