mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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)
|
||||
{
|
||||
|
@@ -240,7 +240,7 @@ class permission implements \phpbb\db\migration\tool\tool_interface
|
||||
/**
|
||||
* Add a new permission role
|
||||
*
|
||||
* @param string $role_name The new \role name
|
||||
* @param string $role_name The new role name
|
||||
* @param sting $role_type The type (u_, m_, a_)
|
||||
* @return null
|
||||
*/
|
||||
@@ -279,7 +279,7 @@ class permission implements \phpbb\db\migration\tool\tool_interface
|
||||
* Update the name on a permission role
|
||||
*
|
||||
* @param string $old_role_name The old role name
|
||||
* @param string $new_role_name The new \role name
|
||||
* @param string $new_role_name The new role name
|
||||
* @return null
|
||||
*/
|
||||
public function role_update($old_role_name, $new_role_name)
|
||||
|
Reference in New Issue
Block a user