Skip to content

Commit 7ecd79e

Browse files
committed
Fix missing colon
1 parent 424b561 commit 7ecd79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Testing a Command that Expects Input
277277
------------------------------------
278278

279279
If you want to write a unit test for a command which expects user inputs
280-
from the command line, you need to set the inputs like this:
280+
from the command line, you need to set the inputs like this::
281281

282282
use Symfony\Component\Console\Tester\CommandTester;
283283

0 commit comments

Comments
 (0)