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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user