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

update doctype + return types + fix inconsistencies + psr12 + namespaced #304

Closed CoolGoose closed 3 years ago

CoolGoose commented 3 years ago

Description

This is using a combination of rector + phpcs + php-cs-fixer + phpstorm + manual labour to update the codebase.

Fixes #302.

CHANGELOG

DarkGhostHunter commented 3 years ago

No breaking changes on any method? I though that snake case for naming methods where a cardinal sin.

CoolGoose commented 3 years ago

@DarkGhostHunter i'd personally vote for deprecating the old methods in another MR, and removing them in a future 8.x release.