Just add ->withPhpSets() to your rector.php,
and enjoy all the new PHP features 👍
PHP tip.
Since PHP 8.2 you can mark the whole class `readonly` instead of repeating the keyword on every property. Every property becomes readonly automatically, and anything you add later is covered too. No way to forget one.



