1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

Merge pull request #1654 from rechosen/ticket/11786

[ticket/11786] Fix various defects in PHPDoc in-code documentation
This commit is contained in:
Nathan Guse
2013-10-03 20:22:41 -07:00
7 changed files with 17 additions and 17 deletions

View File

@@ -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
*/

View File

@@ -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