1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11050] add missing @var

PHPBB3-11050
This commit is contained in:
Dhruv
2012-08-14 17:26:12 +05:30
parent fd20e73b74
commit 4172a9d797

View File

@@ -102,6 +102,7 @@ class phpbb_search_fulltext_sphinx
/**
* Stores the generated content of the sphinx config file
* @var string
*/
protected $config_file_data = '';