1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-10-17 15:45:09 +00:00
parent b866623c94
commit 498b8dfe6a

View File

@@ -45,7 +45,7 @@ class ComposerAdapter
chdir($this->paths->base);
if ($safeMode) {
$temporaryVendorDir = $this->paths->base . DIRECTORY_SEPARATOR . 'temp-vendor';
$temporaryVendorDir = $this->paths->base.DIRECTORY_SEPARATOR.'temp-vendor';
if (! $this->filesystem->isDirectory($temporaryVendorDir)) {
$this->filesystem->makeDirectory($temporaryVendorDir);
}