safe icon indicating copy to clipboard operation
safe copied to clipboard

imap_open(): Argument #6 ($options) must be of type array, null given

Open tpetry opened this issue 4 years ago • 0 comments

The implementation for imap_open is incorrect. The generated function has the parameter ?array $params = null which is incorrect because the $params parameter is only allowed to be array. The documentation is saying too that the default for the parameter is an empty array.

tpetry avatar Mar 15 '21 12:03 tpetry