1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 14:04:57 +02:00

[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;
/**
* @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;
/**
* @var array Language array used by phpBB
* Language array used by phpBB
* @var array
*/
protected $lang = array();