mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-10 12:51:51 +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]);
|
return $next([$configurationDataDto, $filesToGenerate]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$filesToGenerate->each(function (TemplateFile $templateFile) use ($configurationData): void {
|
||||||
if ($templateFile->path !== null) {
|
if ($templateFile->path !== null) {
|
||||||
if (!$this->filesystem->exists($templateFile->path)) {
|
if (!$this->filesystem->exists($templateFile->path)) {
|
||||||
$this->filesystem->mkdir("{$this->outputDir}/{$templateFile->path}");
|
$this->filesystem->mkdir("{$this->outputDir}/{$templateFile->path}");
|
||||||
|
|
Loading…
Reference in a new issue