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

Mark FulfilledPromise and RejectedPromise as internal #164

Merged
merged 1 commit into from Mar 8, 2020

Conversation

clue
Copy link
Member

@clue clue commented Mar 8, 2020

Use resolve() and reject() instead.

This PR introduces a BC break for the v3 Promise API by moving both classes to an internal namespace. A follow-up PR will deprecate both classes for the v2 Promise API. See #155 for more details.

Use `resolve()` and `reject()` instead.
@WyriHaximus WyriHaximus merged commit 57d86e5 into reactphp:master Mar 8, 2020
@clue clue deleted the internal-fulfilled-rejected branch March 8, 2020 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants