We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa6c0f commit bab55f2Copy full SHA for bab55f2
src/Logger/Adapter/LogOwl.php
@@ -140,7 +140,6 @@ public function push(Log $log): int
140
// apply those options
141
\curl_setopt_array($ch, $optArray);
142
143
- // execute request and get response
144
// execute request and get response
145
$response = curl_exec($ch);
146
$httpCode = curl_getinfo($ch, \CURLINFO_HTTP_CODE);
0 commit comments