Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68e6af4

Browse filesBrowse files
committed
feature #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
Copy full SHA for 68e6af4

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/CodeExtension.php
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.