Allow false as return type of FileBackendStore::doGetFileXAttributes
authorUmherirrender <umherirrender_de.wp@web.de>
Tue, 18 Jun 2019 19:30:49 +0000 (21:30 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 18 Jun 2019 19:30:49 +0000 (21:30 +0200)
commite75645a574dc52ea58f434fa96406c22ec5975c7
tree9def69046d5f82d57558c3db2ad466458825d893
parent8b22883a66bcc7d54be7acb9898defa545751f86
Allow false as return type of FileBackendStore::doGetFileXAttributes

SwiftFileBackend::doGetFileXAttributes is returning false,
the usage in FileBackendStore is checking with is_array before use

Change-Id: I7097d3a824c897571d3ebf3ea73cf52c1af89fb5
includes/libs/filebackend/FileBackendStore.php