We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e720a4 commit 3400560Copy full SHA for 3400560
src/CodeClimate/Bundle/TestReporterBundle/ApiClient.php
@@ -71,7 +71,6 @@ private function sendWithCurl($url, $payload)
71
{
72
$response = new \stdClass;
73
$curl = curl_init($url);
74
- curl_setopt($curl, CURLOPT_VERBOSE, true);
75
curl_setopt($curl, CURLOPT_HEADER, true);
76
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
77
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 10);
0 commit comments