Skip to content

Commit

Permalink
minor #3842 Update dialoghelper.rst (bijsterdee)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed May 13, 2014
2 parents 9f1a354 + cd7bf32 commit b0710bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/console/helpers/dialoghelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Instead, you can use the
method, which makes sure that the user can only enter a valid string
from a predefined list::

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

$color = $dialog->select(
Expand Down

0 comments on commit b0710bc

Please sign in to comment.