|
@@ -259,7 +259,7 @@ |
|
|
block discarded – undo |
|
259
|
259
|
|
|
260
|
260
|
/** @var Response $response */ |
|
261
|
261
|
$response = static::getClient()->getResponse(); |
|
262
|
|
- $bg = $response->getStatusCode() >= 400 ? 41: 42; |
|
|
262
|
+ $bg = $response->getStatusCode() >= 400 ? 41 : 42; |
|
263
|
263
|
print_r("\033[{$bg}m-------------------- RESPONSE ----------------------\n\n\033[0m"); |
|
264
|
264
|
print_r(sprintf("STATUS: [%s] %s \n", $response->getStatusCode(), Response::$statusTexts[$response->getStatusCode()] ?? 'Unknown Status')); |
|
265
|
265
|
print_r(sprintf("TIME: %s ms \n\n", self::$lastQueryExecutionTime)); |
Please login to merge, or discard this patch.