We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f76cc3 commit 25cb4d6Copy full SHA for 25cb4d6
components/console/events.rst
@@ -62,7 +62,7 @@ method, you can disable a command inside a listener. The application
62
will then *not* execute the command, but instead will return the code ``113``
63
(defined in ``ConsoleCommandEvent::RETURN_CODE_DISABLED``). This code is one
64
of the `reserved exit codes`_ for console commands that conform with the
65
-C/C++ standard.::
+C/C++ standard::
66
67
use Symfony\Component\Console\Event\ConsoleCommandEvent;
68
use Symfony\Component\Console\ConsoleEvents;
0 commit comments