X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fhttp-kernel%2FProfiler%2FProfile.php;h=9e0c9fb7dabddc2ba57a9b0669e60bc4a4bbab0f;hp=d6be0c7db277cf01d6a7bbbada42f29e632b9246;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/symfony/http-kernel/Profiler/Profile.php b/vendor/symfony/http-kernel/Profiler/Profile.php index d6be0c7db..9e0c9fb7d 100644 --- a/vendor/symfony/http-kernel/Profiler/Profile.php +++ b/vendor/symfony/http-kernel/Profiler/Profile.php @@ -156,7 +156,7 @@ class Profile /** * Returns the time. * - * @return string The time + * @return int The time */ public function getTime() { @@ -167,6 +167,9 @@ class Profile return $this->time; } + /** + * @param int The time + */ public function setTime($time) { $this->time = $time;