Skip to content

Commit

Permalink
Update io.md (#4470)
Browse files Browse the repository at this point in the history
Add missing function brackets.
  • Loading branch information
jeremylichtman committed Jul 21, 2020
1 parent b75b055 commit 458145d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The io() system
====================
- If you need to ask the user a question, or print non-object content, use the io() system.
- A command callback gets access via `$this->io()`.
- The main methods for gathering user input are `$this->io->choice()` and `$this->io()->confirm`.
- The main methods for gathering user input are `$this->io()->choice()` and `$this->io()->confirm()`.
- You may use any of the methods described in the [Symfony Style docs](https://symfony.com/doc/current/console/style.html).


0 comments on commit 458145d

Please sign in to comment.