1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/13138] Type hint the variables for IDE usage

PHPBB3-13138
This commit is contained in:
Joas Schilling 2014-10-17 14:53:56 +02:00
parent f847a1a567
commit dec6c7ea8c

View File

@ -16,8 +16,13 @@ require_once dirname(__FILE__) . '/../session/testable_facade.php';
abstract class phpbb_session_test_case extends phpbb_database_test_case
{
/** @var phpbb_session_testable_factory */
protected $session_factory;
/** @var phpbb_session_testable_facade */
protected $session_facade;
/** @var \phpbb\db\driver\driver_interface */
protected $db;
function setUp()