edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
380 stars 122 forks source link

Fixed authenticateClient argument #4

Closed remcoanker closed 7 years ago

remcoanker commented 7 years ago

This fixes a bug where a curl handler was passed to authProvider->authenticateClient instead of an instance of Request.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 72.358% when pulling 9d3ff90c97ea013d4105609d9ad04a044cab4784 on ECOMDevelopment:bugfix/authenticateClient into cff3aef2bb4315237ad03b012bbd15d2216602c6 on edamov:master.

edamov commented 7 years ago

Thanks @remcoanker!