mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
Coding standards fix
This commit is contained in:
parent
a5fe4dada8
commit
65070dfb2b
|
@ -33,6 +33,7 @@ final class GenerateConfigurationFiles
|
|||
return $next([$configurationDataDto, $filesToGenerate]);
|
||||
}
|
||||
|
||||
$filesToGenerate->each(function (TemplateFile $templateFile) use ($configurationData): void {
|
||||
if ($templateFile->path !== null) {
|
||||
if (!$this->filesystem->exists($templateFile->path)) {
|
||||
$this->filesystem->mkdir("{$this->outputDir}/{$templateFile->path}");
|
||||
|
|
Loading…
Reference in a new issue