mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix code style errors
This commit is contained in:
parent
044e8f24af
commit
009d69b3f7
2 changed files with 1 additions and 2 deletions
|
@ -1037,7 +1037,6 @@ class CakeTimeTest extends CakeTestCase {
|
|||
$this->_restoreSystemTimezone();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* test converting time specifiers using a time definition localfe file
|
||||
*
|
||||
|
|
|
@ -239,7 +239,7 @@ class CakeTime {
|
|||
/**
|
||||
* Converts given time (in server's time zone) to user's local time, given his/her timezone.
|
||||
*
|
||||
* @param integer $serverTime Server's timestamp.
|
||||
* @param int $serverTime Server's timestamp.
|
||||
* @param string|DateTimeZone $timezone User's timezone string or DateTimeZone object.
|
||||
* @return int User's timezone timestamp.
|
||||
* @link https://book.cakephp.org/2.0/en/core-libraries/helpers/time.html#TimeHelper::convert
|
||||
|
|
Loading…
Reference in a new issue