Skip to content

Commit 49a3891

Browse files
committed
4565: Applied coding standards
1 parent ed11477 commit 49a3891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/UpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class UpdateCommand extends Command
2121
{
2222
public function __construct(
2323
private readonly TemplateService $templateService,
24-
?string $name = null
24+
?string $name = null,
2525
) {
2626
parent::__construct($name);
2727
}

0 commit comments

Comments
 (0)