8000
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 5173022 commit 153978aCopy full SHA for 153978a
src/ConventionalCommits/Console/Question/DescriptionQuestion.php
@@ -35,6 +35,10 @@ class DescriptionQuestion extends Question
35
public function __construct()
36
{
37
parent::__construct('Write a short description of the change');
38
+
39
+ if (method_exists($this, 'setMultiline')) {
40
+ $this->setMultiline(true);
41
+ }
42
}
43
44
public function getValidator(): callable
0 commit comments