Skip to content

Conversation

@martinsik
Copy link
Contributor

No description provided.

public function __invoke(ObservableInterface $observable, ObserverInterface $observer): DisposableInterface
{
$cbObserver = new CallbackObserver(
return $observable->subscribe(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the explicit CallbackObserver because it'll get wrapped with CallbackObserver anyway.

@coveralls
Copy link

coveralls commented Jan 13, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling ca02d72 on martinsik:isempty-operator-2.x into f93f7dd on ReactiveX:2.x.

@davidwdan davidwdan merged commit b59ebe5 into ReactiveX:2.x Jan 25, 2017
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.

3 participants