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:
parent
819accedc8
commit
09d15db1fa
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user