From f54b53af036318aeb9f2db07bda221767642d5e7 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 16 Apr 2019 21:16:04 +0200 Subject: [PATCH] fixed phpdoc --- src/Profiler/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Profiler/Profile.php b/src/Profiler/Profile.php index 4d8ba3efd..d83da40af 100644 --- a/src/Profiler/Profile.php +++ b/src/Profiler/Profile.php @@ -86,7 +86,7 @@ class Profile implements \IteratorAggregate, \Serializable /** * Returns the duration in microseconds. * - * @return int + * @return float */ public function getDuration() {