Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix some deprecations and add upgrade instructions #32533

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

Merged
merged 1 commit into from
Jul 15, 2019

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jul 13, 2019

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

@xabbuh xabbuh added this to the next milestone Jul 13, 2019
@xabbuh xabbuh changed the title fix some deprecations fix some deprecations and add upgrade instructions Jul 13, 2019
@xabbuh
Copy link
Member Author

xabbuh commented Jul 14, 2019

updated to take into account #31975/#32452 too

@@ -74,7 +74,7 @@ public function save(Key $key)
*/
public function waitAndSave(Key $key)
{
@trigger_error(sprintf('%s has been deprecated since Symfony 4.4 and will be removed in Symfony 5.0.', __METHOD__));
@trigger_error(sprintf('%s() is deprecated since Symfony 4.4 and will be removed in Symfony 5.0.', __METHOD__));
Copy link
Contributor

Choose a reason for hiding this comment

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

I have updated all of this in a PR already ;)

Copy link
Member Author

@xabbuh xabbuh Jul 14, 2019

Choose a reason for hiding this comment

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

I must have missed that one. :) So I am gonna rebase here afterwards.

@fabpot
Copy link
Member

fabpot commented Jul 15, 2019

Thank you @xabbuh.

@fabpot fabpot merged commit fa317f2 into symfony:4.4 Jul 15, 2019
fabpot added a commit that referenced this pull request Jul 15, 2019
This PR was merged into the 4.4 branch.

Discussion
----------

fix some deprecations and add upgrade instructions

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

Commits
-------

fa317f2 fix some deprecations and add upgrade instructions
@xabbuh xabbuh deleted the pr-32056-32198 branch July 15, 2019 08:08
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
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.

6 participants