mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 05:08:52 +00:00
[ticket/12775] Don't assign $container to null
PHPBB3-12775
This commit is contained in:
parent
86205454af
commit
cbe846a64e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class container_factory
|
||||||
*
|
*
|
||||||
* @var ContainerInterface
|
* @var ContainerInterface
|
||||||
*/
|
*/
|
||||||
protected $container = null;
|
protected $container;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \phpbb\db\driver\driver_interface
|
* @var \phpbb\db\driver\driver_interface
|
||||||
|
|
Loading…
Add table
Reference in a new issue