1
0
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:
Nils Adermann
2013-09-16 05:20:27 +02:00
parent 8b8ba3d7ac
commit d905358e2b
13 changed files with 18 additions and 18 deletions

View File

@@ -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)