mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12775] Don't assign $container to null
PHPBB3-12775
This commit is contained in:
@@ -30,7 +30,7 @@ class container_factory
|
||||
*
|
||||
* @var ContainerInterface
|
||||
*/
|
||||
protected $container = null;
|
||||
protected $container;
|
||||
|
||||
/**
|
||||
* @var \phpbb\db\driver\driver_interface
|
||||
|
Reference in New Issue
Block a user