From 9f0ed7b308be352c309f6f5d4f7d7040d173034f Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 30 Jun 2025 12:07:03 +0200 Subject: [PATCH] Fix grammar in `CodeExtension` class docblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) --- src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php b/src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php index 332a5d6c3725e..3185dff77ade9 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php @@ -16,7 +16,7 @@ use Twig\TwigFilter; /** - * Twig extension relate to PHP code and used by the profiler and the default exception templates. + * Twig extension related to PHP code and used by the profiler and the default exception templates. * * This extension should only be used for debugging tools code * that is never executed in a production environment.