There was an error while loading. Please reload this page.
1 parent ba995a6 commit 1542296Copy full SHA for 1542296
src/TestReporter/ApiClient.php
@@ -97,7 +97,7 @@ private function sendWithCurl($url, $payload)
97
$response = $this->buildResponse($response, $rawResponse);
98
} else {
99
$error = error_get_last();
100
- preg_match('/([0-9]{3})/', $error['message'], $match);
+ preg_match('/(\d{3})/', $error['message'], $match);
101
102
$errorCode = 500;
103
0 commit comments