Skip to content

Commit 915fe96

Browse files
committed
4565: Applied coding standards
1 parent 83ad809 commit 915fe96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/UpdateCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class UpdateCommand extends Command
2323
public function __construct(
2424
private readonly TemplateService $templateService,
2525
private readonly ScreenLayoutService $screenLayoutService,
26-
?string $name = null)
27-
{
26+
?string $name = null
27+
) {
2828
parent::__construct($name);
2929
}
3030

0 commit comments

Comments
 (0)