Jan Oris 5 anni fa
parent
commit
3d53d04614
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)