mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 12:48:28 +08:00
Apply fixes from StyleCI
This commit is contained in:
parent
b866623c94
commit
498b8dfe6a
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user