Merge "Allow false as return type of FileBackendStore::doGetFileXAttributes"

This commit is contained in:
jenkins-bot 2019-07-10 21:49:59 +00:00 committed by Gerrit Code Review
commit 02e9220745

View file

@ -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