Skip to content

Commit e17d1ec

Browse files
committed
minor #17243 Removed spaces before semicolon (dereckson)
This PR was merged into the 2.3 branch. Discussion ---------- Removed spaces before semicolon 'lorem ; ipsum' → 'lorem; ipsum' | Q | A | ------------- | --- | Fixed tickets | #17242 | License | MIT Commits ------- 169d551 Removed spaces before semicolon
2 parents 9da31fd + f430534 commit e17d1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/DialogHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ private function hasSttyAvailable()
444444
* @param callable $interviewer A callable that will ask for a question and return the result
445445
* @param OutputInterface $output An Output instance
446446
* @param callable $validator A PHP callback
447-
* @param int|false $attempts Max number of times to ask before giving up ; false will ask infinitely
447+
* @param int|false $attempts Max number of times to ask before giving up; false will ask infinitely
448448
*
449449
* @return string The validated response
450450
*

0 commit comments

Comments
 (0)