1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/12775] Don't assign $container to null

PHPBB3-12775
This commit is contained in:
Tristan Darricau
2014-06-27 19:17:27 +02:00
parent 86205454af
commit cbe846a64e

View File

@@ -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