mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/16643] Fixes
PHPBB3-16643
This commit is contained in:
@@ -29,14 +29,10 @@ use phpbb\install\helper\iohandler\iohandler_interface;
|
||||
*/
|
||||
abstract class database_task extends task_base
|
||||
{
|
||||
/**
|
||||
* @var Connection
|
||||
*/
|
||||
/** @var Connection */
|
||||
private $conn;
|
||||
|
||||
/**
|
||||
* @var iohandler_interface
|
||||
*/
|
||||
/** @var iohandler_interface */
|
||||
private $io;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user