From cbe846a64eb73b99d11320c79678dd6dcb58b44b Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Fri, 27 Jun 2014 19:17:27 +0200 Subject: [PATCH] [ticket/12775] Don't assign $container to null PHPBB3-12775 --- phpBB/phpbb/di/container_factory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/di/container_factory.php b/phpBB/phpbb/di/container_factory.php index a9bc0ea7f7..50844ba5d0 100644 --- a/phpBB/phpbb/di/container_factory.php +++ b/phpBB/phpbb/di/container_factory.php @@ -30,7 +30,7 @@ class container_factory * * @var ContainerInterface */ - protected $container = null; + protected $container; /** * @var \phpbb\db\driver\driver_interface