From 25af238e9c880fd1e0eea76958f471025789ee37 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 25 Jun 2022 08:09:51 +0300 Subject: [PATCH] feat(console): typo update about flextype command description --- src/flextype/core/Console/Commands/AboutCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/core/Console/Commands/AboutCommand.php b/src/flextype/core/Console/Commands/AboutCommand.php index 1fc71971..552abc0b 100644 --- a/src/flextype/core/Console/Commands/AboutCommand.php +++ b/src/flextype/core/Console/Commands/AboutCommand.php @@ -32,7 +32,7 @@ class AboutCommand extends Command protected function configure(): void { $this->setName('about'); - $this->setDescription('Get information about Flextype'); + $this->setDescription('Get information about Flextype.'); } protected function execute(InputInterface $input, OutputInterface $output): int