From 7b4c7d74846a1c730be785ac3aafb745735a4d77 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Sun, 5 Jan 2025 19:42:45 -0300 Subject: [PATCH] Show time as milliseconds --- src/Debug/AutoloadCollector.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Debug/AutoloadCollector.php b/src/Debug/AutoloadCollector.php index 45a1687..8c25538 100644 --- a/src/Debug/AutoloadCollector.php +++ b/src/Debug/AutoloadCollector.php @@ -61,7 +61,7 @@ public function getContents() : string # File - Time + Time @@ -73,7 +73,7 @@ public function getContents() : string : '' ?>> - + @@ -97,7 +97,7 @@ public function getContents() : string Type Declaration Loaded - Time + Time @@ -123,7 +123,7 @@ public function getContents() : string if ($data && isset($data['loaded'])) { echo $data['loaded'] ? 'Yes' : 'No'; } ?> - +