1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-30 04:58:37 +01:00

[ticket/16587] Fix phpdoc errors reported by Doctum on @todo blocks

PHPBB3-16587
This commit is contained in:
William Desportes 2020-08-29 17:34:41 +02:00
parent fedfc330ef
commit 414e17a089
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 4 additions and 4 deletions

View File

@ -20,8 +20,8 @@ if (!defined('IN_PHPBB'))
}
/**
* @todo [smilies] check regular expressions for special char replacements (stored specialchared in db)
*/
* @todo {smilies} check regular expressions for special char replacements (stored specialchared in db)
*/
class acp_icons
{
var $u_action;

View File

@ -20,8 +20,8 @@ if (!defined('IN_PHPBB'))
}
/**
* @todo [words] check regular expressions for special char replacements (stored specialchared in db)
*/
* @todo {words} check regular expressions for special char replacements (stored specialchared in db)
*/
class acp_words
{
var $u_action;