[Galactica] Improve PSR-12

This commit is contained in:
Andrés Montañez 2022-04-10 18:35:38 -03:00
parent 732b5d9cb6
commit d3023a6767
No known key found for this signature in database
GPG Key ID: 97E9F675F4C03DE2
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ReleaseTask extends AbstractTask implements ExecuteOnRollbackInterface
$hostPath = rtrim($this->runtime->getEnvOption('host_path'), '/');
$releaseId = $this->runtime->getReleaseId();
$symlink = $this->runtime->getEnvOption('symlink', 'current');
$cmdLinkRelease = sprintf('cd %s && ln -snf releases/%s %s', $hostPath, $releaseId, $symlink);

View File

@ -1,4 +1,5 @@
<?php
/*
* This file is part of the Magallanes package.
*