diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-10-03 20:22:41 -0700 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-10-03 20:22:41 -0700 |
commit | 31aebb355cfdbe08959028a9d8bc877280e3a084 (patch) | |
tree | 80d9f035ea3369194427496e0e3b1f3954eec9f4 /phpBB/phpbb/notification | |
parent | 80b21e8049a138d07553288029abf66700da9a5c (diff) | |
parent | bf5ce957cf046ab0b8d00fdc36d825bceccbfad6 (diff) | |
download | forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar.gz forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar.bz2 forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar.xz forums-31aebb355cfdbe08959028a9d8bc877280e3a084.zip |
Merge pull request #1654 from rechosen/ticket/11786
[ticket/11786] Fix various defects in PHPDoc in-code documentation
Diffstat (limited to 'phpBB/phpbb/notification')
-rw-r--r-- | phpBB/phpbb/notification/type/quote.php | 2 | ||||
-rw-r--r-- | phpBB/phpbb/notification/type/report_pm.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/notification/type/quote.php b/phpBB/phpbb/notification/type/quote.php index 56cfbc9364..8fb433990e 100644 --- a/phpBB/phpbb/notification/type/quote.php +++ b/phpBB/phpbb/notification/type/quote.php @@ -19,7 +19,7 @@ if (!defined('IN_PHPBB')) /** * Post quoting notifications class -* This class handles notifications for quoting users in a post +* This class handles notifying users when they have been quoted in a post * * @package notifications */ diff --git a/phpBB/phpbb/notification/type/report_pm.php b/phpBB/phpbb/notification/type/report_pm.php index fd3f754f8a..13330e2932 100644 --- a/phpBB/phpbb/notification/type/report_pm.php +++ b/phpBB/phpbb/notification/type/report_pm.php @@ -18,7 +18,7 @@ if (!defined('IN_PHPBB')) } /** -* Private message reproted notifications class +* Private message reported notifications class * This class handles notifications for private messages when they are reported * * @package notifications |