php-websocket
php-websocket copied to clipboard
Fixed some typos and code styling, dropped support for PHP 7.4 and use new PHP 8 only features
This PR drops support for PHP 7.4 and leverages some of PHP 8s features. Apart from requiring PHP 8, the API is still the same, meaning apps already running on PHP 8 won't be broken.
Along with that, I fixed some typos and some code style inconsistencies and added/updated DocBlocks.
@nekudo Can you review this PR too?
@nekudo How's it going? Got some time to review this?