address Scrutinizer issues

This commit is contained in:
El RIDO
2021-06-13 11:02:53 +02:00
parent 1f2dddd9d8
commit f04043a399

View File

@@ -293,7 +293,7 @@ class GoogleCloudStorage extends AbstractData
$data = $o->downloadAsString();
return Json::decode($data);
} catch (NotFoundException $e) {
return false;
return '';
}
}