Skip to content

Commit e3bc356

Browse files
committed
minor #52531 [WebProfilerBundle] Mark CodeExtension as non-internal (nicolas-grekas)
This PR was merged into the 7.0 branch. Discussion ---------- [WebProfilerBundle] Mark CodeExtension as non-internal | Q | A | ------------- | --- | Branch? | 7.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT From symfony/symfony#52449 (comment) by `@GromNaN` Using those twig helpers in a profiler page is 100% legit. I think that the notice in the class' docbloc + the fact it moved to the WebProfilerBundle namespace allows us to mark the class back as non-internal. Commits ------- b1c437a759a [WebProfilerBundle] Mark CodeExtension as non-internal
2 parents 280dc87 + aea6e7a commit e3bc356

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Profiler/CodeExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
* that is never executed in a production environment.
2323
*
2424
* @author Fabien Potencier <fabien@symfony.com>
25-
*
26-
* @internal
2725
*/
2826
final class CodeExtension extends AbstractExtension
2927
{

0 commit comments

Comments
 (0)