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

Add promise adapter #11

Merged
merged 3 commits into from
Feb 4, 2017
Merged

Add promise adapter #11

merged 3 commits into from
Feb 4, 2017

Conversation

mcg-web
Copy link
Member

@mcg-web mcg-web commented Feb 4, 2017

Now promise adapters comes out of the box:

  • McGWeb\PromiseFactory\PromiseFactoryInterface is replaced by Overblog\PromiseAdapter\PromiseAdapterInterface,
    where the main difference between both interfaces are methods createResolve renamed to createFulfilled and createReject to createRejected

Now promise adapters comes out of the box:
* `McGWeb\PromiseFactory\PromiseFactoryInterface` is replaced by `Overblog\PromiseAdapter\PromiseAdapterInterface`,
where the main difference between both interfaces are methods `createResolve` renamed to `createFulfilled` and `createReject` to `createRejected`
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling db9e9c3 on mcg-web:promise-adapter into ** on overblog:master**.

@mcg-web mcg-web merged commit ed7b52b into overblog:master Feb 4, 2017
@mcg-web mcg-web deleted the promise-adapter branch February 4, 2017 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants