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

[ErrorHandler] don't throw deprecations for return-types by default #33708

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 4.4
Bug fix? no
New feature? no
Deprecations? no
Tickets Fix #33235
License MIT
Doc PR -

As discussed a few times already, in 4.4, DebugClassLoader shouldn't trigger deprecations when return types are missing. We'll enable them back in 5.1.

@fabpot
Copy link
Member

fabpot commented Sep 25, 2019

Thank you @nicolas-grekas.

fabpot added a commit that referenced this pull request Sep 25, 2019
… by default (nicolas-grekas)

This PR was merged into the 4.4 branch.

Discussion
----------

[ErrorHandler] don't throw deprecations for return-types by default

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #33235
| License       | MIT
| Doc PR        | -

As discussed a few times already,  in 4.4, `DebugClassLoader` shouldn't trigger deprecations when return types are missing. We'll enable them back in 5.1.

Commits
-------

2cb419e [ErrorHandler] don't throw deprecations for return-types by default
@fabpot fabpot merged commit 2cb419e into symfony:4.4 Sep 25, 2019
@nicolas-grekas nicolas-grekas deleted the eh-retype branch September 25, 2019 18:46
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
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.

Return type deprecations for library tests
3 participants