Skip to content

Commit 0528277

Browse files
authored
Update Debugger.php
1 parent 113f20e commit 0528277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Debugger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static function toolbar()
109109
$html .= '<a href="#" onclick="' . $javascript . '" style="float:right;">close</a>';
110110
$request = static::$request;
111111
$parts = array();
112-
$parts[] = date('H:i:s', $request['start']);
112+
$parts[] = date('H:i:s', (int)$request['start']);
113113
$parts[] = strtolower($request['router']['method']) . ' ' . htmlentities($request['router']['url']);
114114
if (!isset($request['type'])) {
115115
$parts[] = '???';

0 commit comments

Comments
 (0)