Skip to content

Commit 0e0971f

Browse files
committed
minor #15961 [Console] Remove double backslash in console.rst (JeroenMoonen)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Console] Remove double backslash in console.rst Remove double backslash in console.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 4935481 Remove double quotes in console.rst
2 parents da8ac9e + 4935481 commit 0e0971f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ console::
406406
.. note::
407407

408408
When using the Console component in a standalone project, use
409-
:class:`Symfony\\Component\\Console\\Application <Symfony\\Component\\Console\\Application>`
409+
:class:`Symfony\\Component\\Console\\Application <Symfony\Component\Console\Application>`
410410
and extend the normal ``\PHPUnit\Framework\TestCase``.
411411

412412
Logging Command Errors

0 commit comments

Comments
 (0)