aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-16 22:55:42 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-22 23:52:16 +0200
commitfa5afb60aa1879311a5f909b680af7da26647c6b (patch)
tree3e83730d3a7ef789a39cb236b9eea3d810f8f277 /phpBB/phpbb/auth
parente46ef86104d457e0c98b7b1376d9cfbf5f1a8c1b (diff)
downloadforums-fa5afb60aa1879311a5f909b680af7da26647c6b.tar
forums-fa5afb60aa1879311a5f909b680af7da26647c6b.tar.gz
forums-fa5afb60aa1879311a5f909b680af7da26647c6b.tar.bz2
forums-fa5afb60aa1879311a5f909b680af7da26647c6b.tar.xz
forums-fa5afb60aa1879311a5f909b680af7da26647c6b.zip
[ticket/12726] Ensure PHP files do not contain any unused use statements
PHPBB3-12726
Diffstat (limited to 'phpBB/phpbb/auth')
-rw-r--r--phpBB/phpbb/auth/provider_collection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider_collection.php b/phpBB/phpbb/auth/provider_collection.php
index fe32a34e12..a74a2135dc 100644
--- a/phpBB/phpbb/auth/provider_collection.php
+++ b/phpBB/phpbb/auth/provider_collection.php
@@ -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;