Skip to content

Deprecated the web_profiler.position option #24080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

javiereguiluz
Copy link
Member

Q A
Branch? 3.4
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Fixed tickets #23528
License MIT
Doc PR -

Related to #23728, which removes the feature for Symfony 4.0.

->beforeNormalization()
->ifTrue(function ($v) { return null !== $v; })
->then(function () {
@trigger_error('The "web_profiler.position" configuration key has been deprecated in Symfony 3.4 and it will be removed in 4.0.', E_USER_DEPRECATED);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can now use setDeprecated() instead, right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javiereguiluz Can you make the change?

@nicolas-grekas nicolas-grekas added this to the 3.4 milestone Sep 4, 2017
@fabpot
Copy link
Member

fabpot commented Sep 7, 2017

Thank you @javiereguiluz.

fabpot added a commit that referenced this pull request Sep 7, 2017
…iluz)

This PR was squashed before being merged into the 3.4 branch (closes #24080).

Discussion
----------

Deprecated the web_profiler.position option

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #23528
| License       | MIT
| Doc PR        | -

Related to #23728, which removes the feature for Symfony 4.0.

Commits
-------

53387b4 Deprecated the web_profiler.position option
@fabpot fabpot closed this Sep 7, 2017
This was referenced Oct 18, 2017
ostrolucky pushed a commit to ostrolucky/symfony that referenced this pull request Mar 25, 2018
…viereguiluz)

This PR was squashed before being merged into the 3.4 branch (closes symfony#24080).

Discussion
----------

Deprecated the web_profiler.position option

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | symfony#23528
| License       | MIT
| Doc PR        | -

Related to symfony#23728, which removes the feature for Symfony 4.0.

Commits
-------

53387b4 Deprecated the web_profiler.position option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants