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