mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/13740] Fix CS
PHPBB3-13740
This commit is contained in:
parent
e46689a0cd
commit
59d22eff49
2 changed files with 0 additions and 11 deletions
|
@ -20,15 +20,9 @@ use phpbb\install\exception\resource_limit_reached_exception;
|
||||||
use phpbb\install\exception\user_interaction_required_exception;
|
use phpbb\install\exception\user_interaction_required_exception;
|
||||||
use phpbb\install\helper\config;
|
use phpbb\install\helper\config;
|
||||||
use phpbb\install\helper\iohandler\iohandler_interface;
|
use phpbb\install\helper\iohandler\iohandler_interface;
|
||||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
|
||||||
|
|
||||||
class installer
|
class installer
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @var ContainerInterface
|
|
||||||
*/
|
|
||||||
protected $container;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var config
|
* @var config
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -23,11 +23,6 @@ use phpbb\install\helper\iohandler\iohandler_interface;
|
||||||
*/
|
*/
|
||||||
abstract class module_base implements module_interface
|
abstract class module_base implements module_interface
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @var ContainerInterface
|
|
||||||
*/
|
|
||||||
protected $container;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var config
|
* @var config
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue