mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11700] Fix leftover backslashes in comments
PHPBB3-11700
This commit is contained in:
@@ -70,7 +70,7 @@ class timezone extends \phpbb\db\migration\migration
|
||||
*
|
||||
* @param $timezone float Users timezone in 3.0
|
||||
* @param $dst int Users daylight saving time
|
||||
* @return string Users new \php Timezone which is used since 3.1
|
||||
* @return string Users new php Timezone which is used since 3.1
|
||||
*/
|
||||
public function convert_phpbb30_timezone($timezone, $dst)
|
||||
{
|
||||
|
Reference in New Issue
Block a user