diff options
| author | Nils Adermann <naderman@naderman.de> | 2013-09-16 04:45:58 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2013-09-16 04:45:58 +0200 |
| commit | d626ebaf1e3d993ba3474c8dd403b18d5faf8863 (patch) | |
| tree | 5fd13d2e53ad48a228164a85aa1a7978727b262e /phpBB/phpbb/db/migration/exception.php | |
| parent | ccbb070652a188fd3b2354781d57af8847015eee (diff) | |
| download | forums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.tar forums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.tar.gz forums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.tar.bz2 forums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.tar.xz forums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.zip | |
[ticket/11700] Fix a few more comments
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/db/migration/exception.php')
| -rw-r--r-- | phpBB/phpbb/db/migration/exception.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/db/migration/exception.php b/phpBB/phpbb/db/migration/exception.php index 8bf18dec68..58e29b5218 100644 --- a/phpBB/phpbb/db/migration/exception.php +++ b/phpBB/phpbb/db/migration/exception.php @@ -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 */ |
