1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15276] Remove unused code

PHPBB3-15276
This commit is contained in:
Rubén Calvo
2017-09-07 15:10:52 +02:00
parent ed282199ac
commit a8ba4a99e3
6 changed files with 0 additions and 33 deletions

View File

@@ -81,7 +81,6 @@ 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)
{