1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/15276] Revert some changes

PHPBB3-15276
This commit is contained in:
Rubén Calvo
2017-09-07 14:59:55 +02:00
parent 9fcf30d504
commit ed282199ac
6 changed files with 0 additions and 35 deletions

View File

@@ -21,31 +21,11 @@ use \phpbb\storage\exception\exception as storage_exception;
*/
class upload extends \phpbb\avatar\driver\driver
{
/**
* @var \phpbb\config\config
*/
protected $config;
/**
* @var string
*/
protected $phpbb_root_path;
/**
* @var string
*/
protected $php_ext;
/**
* @var \phpbb\storage\storage
*/
protected $storage;
/**
* @var \phpbb\path_helper
*/
protected $path_helper;
/**
* @var \phpbb\event\dispatcher_interface
*/