mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11786] Fix typo and ugly English in the notification system PHPDoc
The notification system contained two PHPDoc lines that needed improvement. PHPBB3-11786
This commit is contained in:
parent
585f692e31
commit
a92669994b
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ if (!defined('IN_PHPBB'))
|
|||
|
||||
/**
|
||||
* Post quoting notifications class
|
||||
* This class handles notifications for quoting users in a post
|
||||
* This class handles notifications for users being quoted in a post
|
||||
*
|
||||
* @package notifications
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,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
|
||||
|
|
Loading…
Add table
Reference in a new issue