Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Wrong Return Typehint #32

Merged
merged 3 commits into from
Sep 21, 2024
Merged

Conversation

XedinUnknown
Copy link
Member

@XedinUnknown XedinUnknown commented Sep 21, 2024

  • Addresses MapFactoryInterface Creates Maps Instead of Containers #30.
    This is a non-breaking change according to spec, as the PHPDoc already had the right type. However, the formal PHP return typehint has become narrower, which may cause BC problems.

    ⚠️ Therefore, this is to be considered a BC-breaking change.

This is a non-breaking change according to spec, as the PHPDoc already had the right type. However, the formal PHP return typehint has become narrower, which may cause BC problems.

Therefore, this is to be considered a BC-breaking change.
@XedinUnknown XedinUnknown added this to the v0.4 milestone Sep 21, 2024
@XedinUnknown XedinUnknown self-assigned this Sep 21, 2024
@XedinUnknown XedinUnknown merged commit 5285c00 into 0.4.x Sep 21, 2024
5 checks passed
@XedinUnknown XedinUnknown deleted the fix/30-map-factory-wrong-return branch September 21, 2024 21:23
@XedinUnknown XedinUnknown changed the title Fix Absent Return Typehint Fix Wrong Return Typehint Sep 21, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant