[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