Skip to content

Commit

Permalink
Fix missing end comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers authored Jul 25, 2024
1 parent 301cef0 commit 3321a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ public function offsetExists(mixed $offset): bool
*
* @param mixed $offset
* @return mixed
*/
public function offsetGet(mixed $offset): mixed
{
return $this->$offset;
Expand Down

0 comments on commit 3321a82

Please sign in to comment.