Run Rector on your code to see what it can do for you:

 <?php
 
 readonly class Foo {
-  public function __construct(private string $foo) {
-  }
-
   public function toArray(): array {
     return get_object_vars($this);
   }
 }
PHP snippet to change
Config  rector.php
Rector version: 40ef51 - released at 2026-05-13 09:01