Review the proposed patch then download it to apply it manually or execute the following command from the repository root directory:
curl https://fabbot.io/patch/symfony/symfony/50084/9fa5bae4078aa816510e016d6e84e0b5eeeb4042/cs.diff | patch -p0
diff -ru src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
--- src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php 2023-05-25 16:37:58.219553230 +0000
+++ src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php 2023-05-25 16:38:00.841705743 +0000
@@ -38,13 +38,11 @@
* * /
* class Blog
* {
- * /**
* * @Route("/", name="blog_index")
* * /
* public function index()
* {
* }
- * /**
* * @Route("/{id}", name="blog_post", requirements = {"id" = "\d+"})
* * /
* public function show()