mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Apply fixes from StyleCI
This commit is contained in:
@@ -45,7 +45,7 @@ class ComposerAdapter
|
|||||||
chdir($this->paths->base);
|
chdir($this->paths->base);
|
||||||
|
|
||||||
if ($safeMode) {
|
if ($safeMode) {
|
||||||
$temporaryVendorDir = $this->paths->base . DIRECTORY_SEPARATOR . 'temp-vendor';
|
$temporaryVendorDir = $this->paths->base.DIRECTORY_SEPARATOR.'temp-vendor';
|
||||||
if (! $this->filesystem->isDirectory($temporaryVendorDir)) {
|
if (! $this->filesystem->isDirectory($temporaryVendorDir)) {
|
||||||
$this->filesystem->makeDirectory($temporaryVendorDir);
|
$this->filesystem->makeDirectory($temporaryVendorDir);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user