Skip to content

Commit

Permalink
Add missing backlash
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Dec 9, 2024
1 parent 5668417 commit 93030c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cookies/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static function create($name, $value, array $params = [])
return new self($params);
}

public function getIterator(): ArrayIterator
public function getIterator(): \ArrayIterator
{
return new \ArrayIterator($this->data);
}
Expand Down

0 comments on commit 93030c1

Please sign in to comment.