Manually merge 2.0.x into master#113
Merged
greg0ire merged 24 commits intodoctrine:masterfrom May 14, 2020
Merged
Conversation
We want to give ourselves time to address them in the other packages we own and that consume this library. Not doing so generates a lot of support from people asking how they can fix the deprecations in their application, which they cannot. This commit should be reverted in a following release, when at least all of our packages have made the move.
…cations Temporarily remove deprecations about ns move
That is what was intended originally, but instead, no autoload was triggered at all since we just created the type that is referenced here. Closes doctrine#91
Trigger autoload for deprecated type
…x_5e1e0cb0a083e3.64485538 Merge release 1.3.5 into 1.4.x
…lection_property_class_usage Add typed no default reflection property class usage
…x_5e2174195049f3.28465018 Merge release 1.3.6 into 1.4.x
Bump doctrine/reflection to 1.2
….x_5e762f5fbca2f8.40092519 Merge release 1.3.7 into 1.4.x
The sooner consumers start using it, the better.
…in-docs Refer to the new namespace in docs
If we added type hints to this project, the SymfonyFileLocator would not be compatible with the interface. Changing the phpdoc of the interface is a small enough BC-break that allows us to get back to a valid state.
Static Analysis with Psalm
Adds generics annotations
alcaeus
approved these changes
May 14, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #112