Browse Source

Docblock fix

Jan Oris 5 years ago
parent
commit
3d53d04614
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Builder.php

+ 1 - 1
src/Builder.php

@@ -154,7 +154,7 @@ class Builder {
      * Set any specific cURL option
      *
      * @param   string $key         The name of the cURL option
-     * @param   string $value       The value to which the option is to be set
+     * @param   mixed  $value       The value to which the option is to be set
      * @return Builder
      */
     public function withOption($key, $value)