[task/functional] Use proper format for @var doc blocks.

PHPBB3-10758
This commit is contained in:
David King 2012-05-22 12:06:27 -03:00
parent 819accedc8
commit 09d15db1fa

View file

@ -16,12 +16,14 @@ class phpbb_functional_test_case extends phpbb_test_case
protected $root_url; protected $root_url;
/** /**
* @var string Session ID for current test's session (each test makes its own) * Session ID for current test's session (each test makes its own)
* @var string
*/ */
protected $sid; protected $sid;
/** /**
* @var array Language array used by phpBB * Language array used by phpBB
* @var array
*/ */
protected $lang = array(); protected $lang = array();