mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/16955] Fix phpdoc annotations and return types
PHPBB3-16955
This commit is contained in:
@@ -15,6 +15,16 @@ require_once __DIR__ . '/../../test_framework/phpbb_database_test_case.php';
|
||||
|
||||
class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case
|
||||
{
|
||||
/**
|
||||
* @var phpbb_mock_cache
|
||||
*/
|
||||
private $cache;
|
||||
|
||||
/**
|
||||
* @var phpbb_mock_event_dispatcher
|
||||
*/
|
||||
private $dispatcher;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->cache = new phpbb_mock_cache;
|
||||
|
Reference in New Issue
Block a user