Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[FrameworkBundle] don't use abstract methods in MicroKernelTrait, their semantics changed in PHP 8#36936

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicolas-grekas merged 1 commit intosymfony:5.1fromnicolas-grekas:fwb-php8
May 24, 2020

Conversation

@nicolas-grekas
Copy link
Member

QA
Branch?5.1
Bug fix?yes
New feature?no
Deprecations?no
Tickets-
LicenseMIT
Doc PR-

In PHP 8, abstract methods on traits are now enforcing that their using classes match the signature.

But this is not the semantics we need in this trait: we want to allow ppl to use a different type of configurators, to provide extensibility of the DSL each provide.

This makes nightly job fail with fatal error currently.

There is no other options here.

/cc@nikic FYI

@nicolas-grekasnicolas-grekas added this to the5.1 milestoneMay 24, 2020
@nicolas-grekasnicolas-grekas changed the base branch frommaster to5.1May 24, 2020 09:39
@nicolas-grekasnicolas-grekas merged commite3069df intosymfony:5.1May 24, 2020
@nicolas-grekasnicolas-grekas deleted the fwb-php8 branchMay 26, 2020 06:59
@fabpotfabpot mentioned this pull requestMay 26, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

5.1

Development

Successfully merging this pull request may close these issues.

3 participants

@nicolas-grekas@jakumi@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp