Skip to content

Commit 68e6af4

Browse files
committed
feature symfony#52449 [TwigBridge] Mark CodeExtension as @internal (fabpot)
This PR was merged into the 6.4 branch. Discussion ---------- [TwigBridge] Mark CodeExtension as `@internal` | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | n/a | License | MIT This is really just internal code used by our own tools. Let's make it clear that nobody should use it in production. Commits ------- d3f178b [TwigBridge] Mark CodeExtension as `@internal`
2 parents ed105f1 + d3f178b commit 68e6af4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Symfony/Bridge/Twig/Extension/CodeExtension.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
/**
1919
* Twig extension relate to PHP code and used by the profiler and the default exception templates.
2020
*
21+
* This extension should only be used for debugging tools code
22+
* that is never executed in a production environment.
23+
*
2124
* @author Fabien Potencier <fabien@symfony.com>
25+
*
26+
* @internal
2227
*/
2328
final class CodeExtension extends AbstractExtension
2429
{

0 commit comments

Comments
 (0)