From 3b9376912cc705b7ba7fe6737f988b2727a1cfb0 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 18 Nov 2024 14:20:34 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/NewCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NewCommand.php b/src/NewCommand.php index 30bd1ab..5d62121 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -776,7 +776,7 @@ protected function configureComposerDevScript(string $directory): void return $content; }); } - + /** * Verify that the application does not already exist. *