Skip to content

Commit 636ace5

Browse files
sabbelasichongithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 576b30a commit 636ace5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Integration/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getDeployment(string $deploymentName, string $configurationPath
4545

4646
if (! $simulateDeployment) {
4747
$logFilePath = Files::concatenatePaths([$this->getWorkspacesBasePath($configurationPath), 'logs', $deployment->getName() . '.log']);
48-
if($this->logger instanceof Logger){
48+
if ($this->logger instanceof Logger) {
4949
$this->logger->pushHandler(new StreamHandler($logFilePath));
5050
}
5151
}

0 commit comments

Comments
 (0)