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

Fix warning on failed socket_connect #124

Merged
merged 2 commits into from
Dec 3, 2019
Merged

Conversation

asgrim
Copy link
Collaborator

@asgrim asgrim commented Dec 3, 2019

Didn't notice this before because phpunit swallows warnings etc. and converts them to exceptions, which of course get caught by the catch and operates as expected. However, outside of phpunit, these warnings were bubbling up.

@asgrim asgrim added the bug Something isn't working label Dec 3, 2019
@asgrim asgrim added this to the 1.next milestone Dec 3, 2019
@asgrim asgrim requested a review from cschneid December 3, 2019 14:49
@cschneid cschneid merged commit a3346e9 into master Dec 3, 2019
@asgrim asgrim deleted the fix-warning-on-connect branch December 4, 2019 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants