From 019c4e154641c51bf212865d50252201cf7ff50b Mon Sep 17 00:00:00 2001 From: David Rolston Date: Thu, 17 Aug 2023 16:01:12 -0700 Subject: [PATCH] Update page_creation.rst remove unstyled diff symbol This is a left over from docs showing both annotation and attribute route methods. The plus sign isn't handled because the code block is not a diff. Issue was brought up by a confused user. --- page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page_creation.rst b/page_creation.rst index a7d6e84c199..c7cdb533c3a 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -104,7 +104,7 @@ You can now add your route directly *above* the controller: // src/Controller/LuckyController.php // ... - + use Symfony\Component\Routing\Annotation\Route; + use Symfony\Component\Routing\Annotation\Route; class LuckyController {