Commit a97a35ba by Alexander Makarov

fixed typo

parent 4f50295f
...@@ -37,7 +37,7 @@ class CookieCollection extends Object implements \IteratorAggregate, \ArrayAcces ...@@ -37,7 +37,7 @@ class CookieCollection extends Object implements \IteratorAggregate, \ArrayAcces
/** /**
* Constructor. * Constructor.
* @param array $cookies the cookies that this collection initially contains. This should be * @param array $cookies the cookies that this collection initially contains. This should be
* an array of name-value pairs.s * an array of name-value pairs.
* @param array $config name-value pairs that will be used to initialize the object properties * @param array $config name-value pairs that will be used to initialize the object properties
*/ */
public function __construct($cookies = [], $config = []) public function __construct($cookies = [], $config = [])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment