Yaffs site version 1.1
[yaffs-website] / vendor / symfony / http-kernel / Profiler / Profile.php
index d6be0c7db277cf01d6a7bbbada42f29e632b9246..9e0c9fb7dabddc2ba57a9b0669e60bc4a4bbab0f 100644 (file)
@@ -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;