1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/12726] Ensure PHP files do not contain any unused use statements

PHPBB3-12726
This commit is contained in:
Tristan Darricau
2014-06-16 22:55:42 +02:00
parent e46ef86104
commit fa5afb60aa
3 changed files with 210 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ class provider_collection extends \phpbb\di\service_collection
* @param ContainerInterface $container Container object
* @param \phpbb\config\config $config phpBB config
*/
public function __construct($container, \phpbb\config\config $config)
public function __construct(ContainerInterface $container, \phpbb\config\config $config)
{
$this->container = $container;
$this->config = $config;