Skip to content

[OptionsResolver] Remove deprecated code #41316

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
May 23, 2021

Conversation

yceruto
Copy link
Member

@yceruto yceruto commented May 20, 2021

Q A
Branch? 6.0
Bug fix? no
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

Copy link
Member

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

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

Thank you

@derrabus
Copy link
Member

Can you please rebase to see if the CI turns green then?

@yceruto yceruto force-pushed the options_resolver_remove_depr branch from d5d70c8 to 906e757 Compare May 21, 2021 02:51
@@ -461,7 +461,7 @@ public function testFailIfSetDeprecatedFromLazyOption()
public function testSetDeprecatedFailsIfUnknownOption()
{
$this->expectException(UndefinedOptionsException::class);
$this->resolver->setDeprecated('foo');
$this->resolver->setDeprecated('foo', 'vendor/package', '1.1');
Copy link
Member

Choose a reason for hiding this comment

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

these could be worth fixing in 5.2,PR welcome

@nicolas-grekas
Copy link
Member

Thank you @yceruto.

@nicolas-grekas nicolas-grekas merged commit a152511 into symfony:6.0 May 23, 2021
@yceruto yceruto deleted the options_resolver_remove_depr branch May 23, 2021 16:49
@fabpot fabpot mentioned this pull request Nov 5, 2021
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