aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/tool/permission.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/db/migration/tool/permission.php')
-rw-r--r--phpBB/phpbb/db/migration/tool/permission.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/migration/tool/permission.php b/phpBB/phpbb/db/migration/tool/permission.php
index dfb32f79f4..fd2de9c8fb 100644
--- a/phpBB/phpbb/db/migration/tool/permission.php
+++ b/phpBB/phpbb/db/migration/tool/permission.php
@@ -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)