We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113f20e commit 0528277Copy full SHA for 0528277
src/Debugger.php
@@ -109,7 +109,7 @@ public static function toolbar()
109
$html .= '<a href="#" onclick="' . $javascript . '" style="float:right;">close</a>';
110
$request = static::$request;
111
$parts = array();
112
- $parts[] = date('H:i:s', $request['start']);
+ $parts[] = date('H:i:s', (int)$request['start']);
113
$parts[] = strtolower($request['router']['method']) . ' ' . htmlentities($request['router']['url']);
114
if (!isset($request['type'])) {
115
$parts[] = '???';
0 commit comments