Merge "Allow false as return type of FileBackendStore::doGetFileXAttributes"
This commit is contained in:
commit
02e9220745
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ abstract class FileBackendStore extends FileBackend {
|
|||
/**
|
||||
* @see FileBackendStore::getFileXAttributes()
|
||||
* @param array $params
|
||||
* @return array[][]
|
||||
* @return array[][]|false
|
||||
*/
|
||||
protected function doGetFileXAttributes( array $params ) {
|
||||
return [ 'headers' => [], 'metadata' => [] ]; // not supported
|
||||
|
|
|
|||
Loading…
Reference in a new issue