Skip to content

Commit 574874e

Browse files
committed
Merge branch 'B2B-1876' of github.com:magento-arcticfoxes/magento2ce into B2B-1876
2 parents 9503052 + ae239cf commit 574874e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/RemoteStorage/Model/Filesystem/Directory

1 file changed

+1
-1
lines changed

app/code/Magento/RemoteStorage/Model/Filesystem/Directory/Write.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(
4040
DriverInterface $driver,
4141
$path,
4242
Filesystem $filesystem,
43-
$createPermissions = null,
43+
?int $createPermissions = null,
4444
?PathValidatorInterface $pathValidator = null
4545
) {
4646
parent::__construct($fileFactory, $driver, $path, $createPermissions, $pathValidator);

0 commit comments

Comments
 (0)