-
-
Notifications
You must be signed in to change notification settings - Fork 251
Promises v3 Checklist #1149
Copy link
Copy link
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancement
Milestone
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Per https://github.com/reactphp/promise/releases/tag/v3.0.0
Irrelevant:
Breaking changes:
resolve(T $value): PromiseInterface<T>andreject(Throwable $reason): PromiseInterface<never>#1151 - Instances of existing code need to call resolve or reject and handle errors appropriately.Non-breaking changes: