Skip to content
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

Remove block deprecations #488

Merged
merged 1 commit into from
Feb 16, 2020
Merged

Conversation

core23
Copy link
Member

@core23 core23 commented Dec 25, 2019

Subject

I am targeting this branch, because this is BC.

Changelog

### Removed
- Remove block deprecations

@core23 core23 force-pushed the block-deprecations branch from e2a5a6d to fefd96e Compare December 25, 2019 20:37
@core23 core23 force-pushed the block-deprecations branch from fefd96e to 3c3ab7f Compare February 15, 2020 22:42
@core23 core23 marked this pull request as ready for review February 15, 2020 22:42
@core23 core23 added the minor label Feb 15, 2020
$this->categoryAdmin = $categoryAdmin;
// NEXT_MAJOR: remove the if block
if (\is_string($twigOrDeprecatedName)) {
parent::__construct(
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't need any deprecation warning here, because the parent class will trigger one.

@core23 core23 force-pushed the block-deprecations branch 3 times, most recently from 3579782 to 3f8d968 Compare February 15, 2020 22:57
@core23 core23 requested a review from a team February 15, 2020 22:57
@greg0ire
Copy link
Contributor

Please check php-cs-fixer

@core23 core23 force-pushed the block-deprecations branch from 3f8d968 to 9a2b6b4 Compare February 16, 2020 12:03
@greg0ire greg0ire merged commit 72cff95 into sonata-project:3.x Feb 16, 2020
@greg0ire
Copy link
Contributor

Thanks @core23 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants