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 3241888

Browse filesBrowse 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 #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 ------- b1c437a [WebProfilerBundle] Mark CodeExtension as non-internal
2 parents 2fe1c71 + b1c437a commit 3241888
Copy full SHA for 3241888

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-2
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php

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