aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/tool
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
commitd905358e2be11cc3fe040036b1138e54be7f30dc (patch)
tree50fb4519de4dd74a3bbdc840efbafb94daffbdc0 /phpBB/phpbb/db/migration/tool
parent8b8ba3d7ac45447f82fe43e50a0d6c921922d214 (diff)
downloadforums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.gz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.bz2
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.xz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.zip
[ticket/11700] Fix leftover backslashes in comments
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/db/migration/tool')
-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)