Skip to content

Commit b0710bc

Browse files
committed
minor #3842 Update dialoghelper.rst (bijsterdee)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #3842). Discussion ---------- Update dialoghelper.rst Consistent use of $this->getHelperSet() Commits ------- 2734511 Update dialoghelper.rst
2 parents 9f1a354 + cd7bf32 commit b0710bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/dialoghelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Instead, you can use the
192192
method, which makes sure that the user can only enter a valid string
193193
from a predefined list::
194194

195-
$dialog = $app->getHelperSet()->get('dialog');
195+
$dialog = $this->getHelperSet()->get('dialog');
196196
$colors = array('red', 'blue', 'yellow');
197197

198198
$color = $dialog->select(

0 commit comments

Comments
 (0)