From 4935481eed5d1882276314cecd81b8b54aca73fa Mon Sep 17 00:00:00 2001 From: Jeroen <4200784+JeroenMoonen@users.noreply.github.com> Date: Wed, 20 Oct 2021 10:40:23 +0200 Subject: [PATCH] Remove double quotes in console.rst Remove double quotes in console.rst --- console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.rst b/console.rst index ad47c0c6879..f3d7abddc3a 100644 --- a/console.rst +++ b/console.rst @@ -406,7 +406,7 @@ console:: .. note:: When using the Console component in a standalone project, use - :class:`Symfony\\Component\\Console\\Application ` + :class:`Symfony\\Component\\Console\\Application ` and extend the normal ``\PHPUnit\Framework\TestCase``. Logging Command Errors