Skip to content

Commit c573c1b

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Remove an extra dot from events.rst
2 parents de0e40b + 284f1ef commit c573c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ method, you can disable a command inside a listener. The application
6262
will then *not* execute the command, but instead will return the code ``113``
6363
(defined in ``ConsoleCommandEvent::RETURN_CODE_DISABLED``). This code is one
6464
of the `reserved exit codes`_ for console commands that conform with the
65-
C/C++ standard.::
65+
C/C++ standard::
6666

6767
use Symfony\Component\Console\Event\ConsoleCommandEvent;
6868
use Symfony\Component\Console\ConsoleEvents;

0 commit comments

Comments
 (0)