Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[PhpUnitBridge] consider traits imported in parent classes #37543

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
Jul 9, 2020

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jul 9, 2020

Q A
Branch? 5.1
Bug fix? yes
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

A public method declared in a trait can be used by a class without
importing the trait itself when the trait is already imported by one
of the parent classes from the inheritance chain.

@xabbuh xabbuh added this to the 5.1 milestone Jul 9, 2020
@xabbuh xabbuh force-pushed the expect-deprecation-parent-class branch from a03dc92 to ca1defa Compare July 9, 2020 16:29
A public method declared in a trait can be used by a class without
importing the trait itself when the trait is already imported by one
of the parent classes from the inheritance chain.
@xabbuh xabbuh force-pushed the expect-deprecation-parent-class branch from ca1defa to eac6369 Compare July 9, 2020 16:32
@nicolas-grekas
Copy link
Member

Thank you @xabbuh.

@nicolas-grekas nicolas-grekas merged commit 2b18acc into symfony:5.1 Jul 9, 2020
@xabbuh xabbuh deleted the expect-deprecation-parent-class branch July 9, 2020 16:38
@fabpot fabpot mentioned this pull request Jul 24, 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