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](http://php.net/manual/en/function.curl-setopt.php) which as an array as value option.