Skip to content

Conversation

@nicolas-grekas
Copy link
Member

Q A
Branch? 5.1
Bug fix? yes
New feature? no
Deprecations? no
Tickets -
License MIT
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-grekas nicolas-grekas added this to the 5.1 milestone May 24, 2020
@nicolas-grekas nicolas-grekas changed the base branch from master to 5.1 May 24, 2020 09:39
@nicolas-grekas nicolas-grekas merged commit e3069df into symfony:5.1 May 24, 2020
@nicolas-grekas nicolas-grekas deleted the fwb-php8 branch May 26, 2020 06:59
@fabpot fabpot mentioned this pull request May 26, 2020
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.

3 participants