Unleash / unleash-client-php

Unleash client SDK for PHP
MIT License
55 stars 14 forks source link

Chore: Modernize code using Rector #204

Closed RikudouSage closed 6 months ago

RikudouSage commented 6 months ago

Description

Modernizes the code using automated tools. Most commonly adds the PHP 8.3 #[Override] attribute. The attribute checks at compile time that the method is indeed overriding something and throws an error if it's not.

Other changes include:

Note that all of this will be automatically reversed when releasing for older versions.

Checklist: