mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15276] Resolve conflicts
PHPBB3-15276
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
|||||||
- '@language'
|
- '@language'
|
||||||
- '@php_ini'
|
- '@php_ini'
|
||||||
- '@upload_imagesize'
|
- '@upload_imagesize'
|
||||||
|
- '%core.root_path%'
|
||||||
- '@mimetype.guesser'
|
- '@mimetype.guesser'
|
||||||
- '@plupload'
|
- '@plupload'
|
||||||
|
|
||||||
|
@@ -12,7 +12,6 @@ services:
|
|||||||
class: phpbb\storage\adapter_factory
|
class: phpbb\storage\adapter_factory
|
||||||
arguments:
|
arguments:
|
||||||
- '@config'
|
- '@config'
|
||||||
- '@service_container'
|
|
||||||
- '@storage.adapter_collection'
|
- '@storage.adapter_collection'
|
||||||
- '@storage.provider_collection'
|
- '@storage.provider_collection'
|
||||||
|
|
||||||
|
@@ -22,13 +22,6 @@ interface adapter_interface
|
|||||||
*/
|
*/
|
||||||
public function configure($options);
|
public function configure($options);
|
||||||
|
|
||||||
/**
|
|
||||||
* Dumps content into a file.
|
|
||||||
*
|
|
||||||
* @param array options Storage-specific options.
|
|
||||||
*/
|
|
||||||
public function configure($options);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dumps content into a file.
|
* Dumps content into a file.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user