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)
Coverage remained the same at 72.358% when pulling 9d3ff90c97ea013d4105609d9ad04a044cab4784 on ECOMDevelopment:bugfix/authenticateClient into cff3aef2bb4315237ad03b012bbd15d2216602c6 on edamov:master.
This fixes a bug where a curl handler was passed to
authProvider->authenticateClient
instead of an instance ofRequest
.