thephpleague / oauth1-client

OAuth 1 Client
MIT License
968 stars 73 forks source link

Utilise PHP 7.2+ Language Features #109

Closed bencorlett closed 4 years ago

bencorlett commented 4 years ago

Given we have dropped support for PHP 7.1 and lower, let's utilise new language features available to us in PHP 7.2 and newer. This allows us to simplify our codebase with neat little features such as the null coalesce operator and enforce stricter typed parameters/returns as these are taken care at the language level.

Todo: