Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot 2024-10-17 15:45:09 +00:00
parent b866623c94
commit 498b8dfe6a
No known key found for this signature in database
GPG Key ID: 16B28A4130E063FD

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);
}