Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue