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

 <?php
 
 class TfaBadge
 {
-    private ?\stdClass $customerInput;
-
-    public function __construct(
-        \stdClass $customerInput,
-    ) {
-        $this->customerInput = $customerInput;
+    public function __construct(private ?\stdClass $customerInput)
+    {
     }
 
     public function markResolved(): void
PHP snippet to change

Applied Rules:

Not a change you expect?

Config  rector.php
Rector version: a6f0ce - released at 2025-12-30 10:02