From 12ffa0ffd1218e6f758f8685cf10cc115f5002cc Mon Sep 17 00:00:00 2001 From: stanley89 Date: Mon, 4 Dec 2023 13:05:39 +0100 Subject: [PATCH] Tracy\Panel: fixed type error --- src/Dibi/Bridges/Tracy/Panel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Dibi/Bridges/Tracy/Panel.php b/src/Dibi/Bridges/Tracy/Panel.php index 452bc18..97694b5 100644 --- a/src/Dibi/Bridges/Tracy/Panel.php +++ b/src/Dibi/Bridges/Tracy/Panel.php @@ -151,8 +151,8 @@ class Panel implements Tracy\IBarPanel #tracy-debug .tracy-DibiProfiler-source { color: #999 !important } #tracy-debug tracy-DibiProfiler tr table { margin: 8px 0; max-height: 150px; overflow:auto }

Queries:' . "\u{a0}" . count($this->events) - . ($totalTime === null ? '' : ", time:\u{a0}" . number_format($totalTime * 1000, 1, '.', "\u{202f}") . "\u{202f}ms") . ', ' - . htmlspecialchars($this->getConnectionName($singleConnection)) . '

+ . ($totalTime === null ? '' : ", time:\u{a0}" . number_format($totalTime * 1000, 1, '.', "\u{202f}") . "\u{202f}ms") + . ($singleConnection === null ? '' : ', ' . htmlspecialchars($this->getConnectionName($singleConnection))) . '
' . (!$singleConnection ? '' : '') . '
Time msSQL StatementRowsConnection