Skip to content

Commit f430534

Browse files
committed
Removed spaces before semicolon
'lorem ; ipsum' → 'lorem; ipsum'
1 parent 5396d2a commit f430534

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)