mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/13138] Type hint the variables for IDE usage
PHPBB3-13138
This commit is contained in:
parent
f847a1a567
commit
dec6c7ea8c
1 changed files with 5 additions and 0 deletions
|
@ -16,8 +16,13 @@ require_once dirname(__FILE__) . '/../session/testable_facade.php';
|
||||||
|
|
||||||
abstract class phpbb_session_test_case extends phpbb_database_test_case
|
abstract class phpbb_session_test_case extends phpbb_database_test_case
|
||||||
{
|
{
|
||||||
|
/** @var phpbb_session_testable_factory */
|
||||||
protected $session_factory;
|
protected $session_factory;
|
||||||
|
|
||||||
|
/** @var phpbb_session_testable_facade */
|
||||||
protected $session_facade;
|
protected $session_facade;
|
||||||
|
|
||||||
|
/** @var \phpbb\db\driver\driver_interface */
|
||||||
protected $db;
|
protected $db;
|
||||||
|
|
||||||
function setUp()
|
function setUp()
|
||||||
|
|
Loading…
Add table
Reference in a new issue