1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/15276] Use IniGetWrapper

PHPBB3-15276
This commit is contained in:
Rubén Calvo
2017-09-07 14:50:55 +02:00
parent 5ff182ce25
commit 9fcf30d504
5 changed files with 20 additions and 3 deletions

View File

@@ -81,6 +81,7 @@ abstract class driver implements \phpbb\avatar\driver\driver_interface
* @param string $php_ext PHP file extension
* @param \phpbb\path_helper $path_helper phpBB path helper
* @param \phpbb\cache\driver\driver_interface $cache Cache driver
* @param \bantu\IniGetWrapper\IniGetWrapper $php_ini Init get wrapper
*/
public function __construct(\phpbb\config\config $config, \FastImageSize\FastImageSize $imagesize, $phpbb_root_path, $php_ext, \phpbb\path_helper $path_helper, \phpbb\cache\driver\driver_interface $cache = null)
{