Skip to content

Commit 284f1ef

Browse files
committed
minor #11219 Remove an extra dot from events.rst (illusionOfParadise)
This PR was merged into the 3.4 branch. Discussion ---------- Remove an extra dot from events.rst Commits ------- 25cb4d6 Remove an extra dot from events.rst
2 parents 6f76cc3 + 25cb4d6 commit 284f1ef

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)