Skip to content

Commit a6c68e5

Browse files
committed
Question::setTimeout: phpdoc wording
1 parent 55fa1be commit a6c68e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Question/Question.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function getTimeout(): ?int
9595
}
9696

9797
/**
98-
* The timeout is the maximum time the user has to answer the question.
98+
* Sets the maximum time the user has to answer the question.
9999
* If the user does not answer within this time, an exception will be thrown.
100100
*
101101
* @return $this

0 commit comments

Comments
 (0)