pusher / pusher-http-php

PHP library for interacting with the Pusher Channels HTTP API
https://pusher.com/docs/server_api_guide
1.42k stars 309 forks source link

Use type hints, document Guzzle Exception #297

Closed elverkilde closed 3 years ago

elverkilde commented 3 years ago

Description

Use type hints, document Guzzle Exception.

CHANGELOG

GrahamCampbell commented 3 years ago

Adding those return types was a major breaking change since the class is not final.