Skip to content

Commit 93030c1

Browse files
Add missing backlash
1 parent 5668417 commit 93030c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cookies/Cookie.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public static function create($name, $value, array $params = [])
103103
return new self($params);
104104
}
105105

106-
public function getIterator(): ArrayIterator
106+
public function getIterator(): \ArrayIterator
107107
{
108108
return new \ArrayIterator($this->data);
109109
}

0 commit comments

Comments
 (0)