We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b57d99 commit e71573cCopy full SHA for e71573c
DataCollector/HttpClientDataCollector.php
@@ -251,7 +251,7 @@ private function getCurlCommand(array $trace): ?string
251
}
252
253
/**
254
- * Let's be defensive : we authorize only size of 8kio on Windows for escapeshellarg() argument to avoid a fatal error
+ * Let's be defensive : we authorize only size of 8kio on Windows for escapeshellarg() argument to avoid a fatal error.
255
*
256
* @see https://github.com/php/php-src/blob/9458f5f2c8a8e3d6c65cc181747a5a75654b7c6e/ext/standard/exec.c#L397
257
*/
0 commit comments