aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/Azure.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Files/ObjectStore/Azure.php')
-rw-r--r--lib/private/Files/ObjectStore/Azure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/ObjectStore/Azure.php b/lib/private/Files/ObjectStore/Azure.php
index 553f593b299..c4a349294ec 100644
--- a/lib/private/Files/ObjectStore/Azure.php
+++ b/lib/private/Files/ObjectStore/Azure.php
@@ -100,7 +100,7 @@ class Azure implements IObjectStore {
return $blob->getContentStream();
}
- public function writeObject($urn, $stream, string $mimetype = null) {
+ public function writeObject($urn, $stream, ?string $mimetype = null) {
$options = new CreateBlockBlobOptions();
if ($mimetype) {
$options->setContentType($mimetype);