Skip to content

Commit 4b40363

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [TwigBridge] fix command option mode (InputOption::VALUE_REQUIRED) Fix grammar in `CodeExtension` class docblock remove return type from AbstractObjectNormalizer::getAllowedAttributes() Bump Symfony version to 7.2.9 Update VERSION for 7.2.8 Update CHANGELOG for 7.2.8 Bump Symfony version to 6.4.24 Update VERSION for 6.4.23 Update CONTRIBUTORS for 6.4.23 Update CHANGELOG for 6.4.23 [Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to bypass retry in RunCommandMessageHandler
2 parents 47c994d + 9f20e15 commit 4b40363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Profiler/CodeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Twig\TwigFilter;
1717

1818
/**
19-
* Twig extension relate to PHP code and used by the profiler and the default exception templates.
19+
* Twig extension related to PHP code and used by the profiler and the default exception templates.
2020
*
2121
* This extension should only be used for debugging tools code
2222
* that is never executed in a production environment.

0 commit comments

Comments
 (0)