Skip to content

Commit

Permalink
minor symfony#52531 [WebProfilerBundle] Mark CodeExtension as non-int…
Browse files Browse the repository at this point in the history
…ernal (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#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
  • Loading branch information
fabpot committed Nov 18, 2023
2 parents 2fe1c71 + b1c437a commit 3241888
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* that is never executed in a production environment.
*
* @author Fabien Potencier <[email protected]>
*
* @internal
*/
final class CodeExtension extends AbstractExtension
{
Expand Down

0 comments on commit 3241888

Please sign in to comment.