From 4172a9d797a707ba728f3d21e8241e74e882c5af Mon Sep 17 00:00:00 2001 From: Dhruv Date: Tue, 14 Aug 2012 17:26:12 +0530 Subject: [PATCH] [ticket/11050] add missing @var PHPBB3-11050 --- phpBB/includes/search/fulltext_sphinx.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index 5324580272..e20231517a 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -102,6 +102,7 @@ class phpbb_search_fulltext_sphinx /** * Stores the generated content of the sphinx config file + * @var string */ protected $config_file_data = '';