mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 00:51:27 +02:00
[task/functional] Use proper format for @var doc blocks.
PHPBB3-10758
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user