mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02: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:
@@ -17,7 +17,7 @@ if (!defined('IN_PHPBB'))
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Post quoting notifications class
|
* 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
|
* @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
|
* This class handles notifications for private messages when they are reported
|
||||||
*
|
*
|
||||||
* @package notifications
|
* @package notifications
|
||||||
|
Reference in New Issue
Block a user