bazzline/php_component_curl

PHP Doc error in Builder::withTheRawOption

Opened this issue · 1 comments

There is an PHP-Doc issue in the method Builder::withTheRawOption.
While PHP-Doc only allows to pass strings as values, it should be of type mixed.

E.g. when you are passing CURLOPT_HTTPHEADER which as an array as value option.

@stevleibelt, does this issue still exist?

How to fix this issue? Thanks.