aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/phpbb/di/container_factory.php2
1 files changed, 1 insertions, 1 deletions
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