mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/11700] Fix a few more comments
PHPBB3-11700
This commit is contained in:
@@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
|
||||
}
|
||||
|
||||
/**
|
||||
* The migrator is responsible for applying new \migrations in the correct order.
|
||||
* The migrator is responsible for applying new migrations in the correct order.
|
||||
*
|
||||
* @package db
|
||||
*/
|
||||
@@ -66,8 +66,8 @@ class exception extends \Exception
|
||||
}
|
||||
|
||||
/**
|
||||
* Get localised message (\with $user->lang())
|
||||
*
|
||||
* Get localised message (with $user->lang())
|
||||
*
|
||||
* @param \phpbb\user $user
|
||||
* @return string
|
||||
*/
|
||||
|
Reference in New Issue
Block a user