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 ed11477 commit 49a3891Copy full SHA for 49a3891
src/Command/UpdateCommand.php
@@ -21,7 +21,7 @@ class UpdateCommand extends Command
21
{
22
public function __construct(
23
private readonly TemplateService $templateService,
24
- ?string $name = null
+ ?string $name = null,
25
) {
26
parent::__construct($name);
27
}
0 commit comments