We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff8c0e7 + 4c61021 commit 4336b53Copy full SHA for 4336b53
1 file changed
src/Client.php
@@ -94,13 +94,13 @@ public function __construct(
94
95
// Our parsing will fail if this is set to true.
96
$resolver->setAllowedValues(
97
- CURLOPT_HEADER,
+ (string)CURLOPT_HEADER,
98
[false]
99
);
100
101
102
103
- CURLOPT_RETURNTRANSFER,
+ (string)CURLOPT_RETURNTRANSFER,
104
105
106
0 commit comments