mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[task/functional] Use proper format for @var doc blocks.
PHPBB3-10758
This commit is contained in:
parent
819accedc8
commit
09d15db1fa
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue