We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ad809 commit 915fe96Copy full SHA for 915fe96
src/Command/UpdateCommand.php
@@ -23,8 +23,8 @@ class UpdateCommand extends Command
23
public function __construct(
24
private readonly TemplateService $templateService,
25
private readonly ScreenLayoutService $screenLayoutService,
26
- ?string $name = null)
27
- {
+ ?string $name = null
+ ) {
28
parent::__construct($name);
29
}
30
0 commit comments