diff --git a/src/Client.php b/src/Client.php index 6b00be9..f6b844c 100644 --- a/src/Client.php +++ b/src/Client.php @@ -94,13 +94,13 @@ public function __construct( // Our parsing will fail if this is set to true. $resolver->setAllowedValues( - CURLOPT_HEADER, + (string)CURLOPT_HEADER, [false] ); // Our parsing will fail if this is set to true. $resolver->setAllowedValues( - CURLOPT_RETURNTRANSFER, + (string)CURLOPT_RETURNTRANSFER, [false] );