From 25cb4d61d1663122ed04476648ca325d7216a335 Mon Sep 17 00:00:00 2001 From: illusionOfParadise Date: Mon, 25 Mar 2019 15:48:45 +0100 Subject: [PATCH] Remove an extra dot from events.rst --- components/console/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/events.rst b/components/console/events.rst index fd59cf387cd..dc662c9b00d 100644 --- a/components/console/events.rst +++ b/components/console/events.rst @@ -62,7 +62,7 @@ method, you can disable a command inside a listener. The application will then *not* execute the command, but instead will return the code ``113`` (defined in ``ConsoleCommandEvent::RETURN_CODE_DISABLED``). This code is one of the `reserved exit codes`_ for console commands that conform with the -C/C++ standard.:: +C/C++ standard:: use Symfony\Component\Console\Event\ConsoleCommandEvent; use Symfony\Component\Console\ConsoleEvents;