Skip to content

Commit 606fcd0

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
style(php-cs-fixer): fix coding standards
1 parent cbdbc4f commit 606fcd0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Template/Builder/TemplateConfigurationBuilder.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ final class TemplateConfigurationBuilder
2020
private array $documents = [];
2121
private array $detectionCriteria = [];
2222

23-
public function __construct(private readonly string $templateName)
24-
{
25-
}
23+
public function __construct(private readonly string $templateName) {}
2624

2725
/**
2826
* Add a structure document showing project directory tree

0 commit comments

Comments
 (0)