From 29f8d9d9500f971ccf04cf538aab81638867ce69 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Sun, 9 Jul 2017 00:41:55 -0700 Subject: [PATCH] [console] Update TextDescriptor example description. (#186) --- src/Descriptor/TextDescriptor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Descriptor/TextDescriptor.php b/src/Descriptor/TextDescriptor.php index d02d077..9a480b4 100644 --- a/src/Descriptor/TextDescriptor.php +++ b/src/Descriptor/TextDescriptor.php @@ -163,7 +163,7 @@ protected function describeCommand(Command $command, array $options = []) $this->writeText("Examples:", $options); foreach ($examples as $example) { $this->writeText("\n"); - $this->writeText(' '.$example['description']); + $this->writeText(' '.$example['description'].''); $this->writeText("\n"); $this->writeText(' '.$example['execution']); $this->writeText("\n");