You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -178,7 +178,7 @@ private function createDescription(InputInterface $input, OutputInterface $outpu
178
178
$output->writeln('<comment>A description MUST immediately follow the type/scope prefix. The description is a short description of the changes</comment>');
179
179
$output->writeln("<comment>Description length MUST be between {$configuration->minLengthDescription()} and {$configuration->maxLengthDescription()}</comment>");
180
180
181
-
$question = newQuestion("<question>Enter a custom commit's description:</question>", '');
181
+
$question = newQuestion("<question>Enter a custom commit's description:</question>", '');
@@ -196,8 +196,8 @@ private function createFooter(InputInterface $input, OutputInterface $output, Co
196
196
{
197
197
$output->writeln('<comment>A footer MAY be provided one blank line after the body. The footer SHOULD contain additional meta-information about the changes(such as the issues it fixes, e.g., fixes #13, #5).</comment>');
0 commit comments