1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/11495] Fix Spacing and lowercase on docs

PHPBB3-11495
This commit is contained in:
Joas Schilling
2013-04-19 01:14:38 +02:00
parent 5cb7342dd3
commit f3ff8b36be
2 changed files with 7 additions and 7 deletions

View File

@@ -19,14 +19,14 @@ class phpbb_nestedset_forum extends phpbb_nestedset_base
{
/**
* Column names in the table
* @var String
* @var string
*/
protected $column_item_id = 'forum_id';
protected $column_item_parents = 'forum_parents';
/**
* Prefix for the language keys returned by exceptions
* @var String
* @var string
*/
protected $message_prefix = 'FORUM_NESTEDSET_';