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:
@@ -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_';
|
||||
|
||||
|
Reference in New Issue
Block a user