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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user