aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/app.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-01-23 14:13:34 -0800
committerCesar G <prototech91@gmail.com>2014-01-23 14:13:34 -0800
commit4c102322c122d6839beddde496483e639739b7db (patch)
treee8b47c829df5be83534fc6a8189e1fe6ca4602b2 /phpBB/app.php
parent79089ad7fe8651c5688358a341e7b2530215807b (diff)
parented409d3d5b89b3a2cad04a366a09f42280735799 (diff)
downloadforums-4c102322c122d6839beddde496483e639739b7db.tar
forums-4c102322c122d6839beddde496483e639739b7db.tar.gz
forums-4c102322c122d6839beddde496483e639739b7db.tar.bz2
forums-4c102322c122d6839beddde496483e639739b7db.tar.xz
forums-4c102322c122d6839beddde496483e639739b7db.zip
Merge branch 'develop-olympus' into develop
Diffstat (limited to 'phpBB/app.php')
0 files changed, 0 insertions, 0 deletions
e summary='diff' class='diff'>
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;