ZF-5580: PHPdoc of constructor Zend_Http_Cookie __construct
Description
I was looking at the documentation of Zend_Http_Cookie:
Zend_Http_Cookie __construct (string $name, string $value, string $domain, [int $expires = null], [string $path = null], [bool $secure = false])
* string $name
* string $value
* int $expires
* string $domain
* string $path
* bool $secure
"domain" and "expires" are switched in the list of parameters, which is confusing.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-02-21T03:25:22.000+0000
Solved in SVN r14130