Use symfony/deprecation-contracts instead of trigger_error#40643
Merged
nicolas-grekas merged 1 commit intosymfony:5.xfrom Apr 1, 2021
Merged
Use symfony/deprecation-contracts instead of trigger_error#40643nicolas-grekas merged 1 commit intosymfony:5.xfrom
nicolas-grekas merged 1 commit intosymfony:5.xfrom
Conversation
nicolas-grekas
approved these changes
Mar 30, 2021
jderusse
approved these changes
Mar 30, 2021
chalasr
approved these changes
Mar 30, 2021
Nyholm
requested changes
Mar 31, 2021
Contributor
Author
|
@Nyholm yes, I will. One of the links relates to |
Member
|
Yes please |
070f094 to
e361851
Compare
Nyholm
reviewed
Mar 31, 2021
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Outdated
Show resolved
Hide resolved
Nyholm
reviewed
Mar 31, 2021
src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php
Outdated
Show resolved
Hide resolved
74faf7c to
1d1c145
Compare
Contributor
Author
|
Sorry for so many force pushes. It was hard to drop "committed by" from commits. All comments addressed. Thanks for the review. |
Nyholm
approved these changes
Mar 31, 2021
Member
|
To be merged into 5.2? |
Member
|
I dont know if this is considered a bugfix or just a minor improvement. Im happy with 5.x and 5.2. |
jderusse
reviewed
Mar 31, 2021
src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php
Outdated
Show resolved
Hide resolved
derrabus
approved these changes
Mar 31, 2021
Member
|
Thank you @andrew-demb. |
nicolas-grekas
added a commit
that referenced
this pull request
Apr 1, 2021
…sCommand (nicolas-grekas) This PR was merged into the 5.3-dev branch. Discussion ---------- [Messenger] fix deprecation layer in AbstractFailedMessagesCommand | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Added in #38468, spotted in #40643 Commits ------- 079cb31 [Messenger] fix deprecation layer in AbstractFailedMessagesCommand
derrabus
added a commit
that referenced
this pull request
May 23, 2021
This PR was merged into the 5.3 branch. Discussion ---------- [Mailer] Remove deprecation dependency | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Introduced here (5.3) #40643 But removed was not needed because reverted here (5.2) #41380 Commits ------- dc5c28d Remove deprecation dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As
symfony/deprecation-contractsadded to requirements with PR #40468, we can updatetrigger_errorcall in favor reusing deprecation abstractions