Rector 2.6.6 (hash 8c28f9) · from 2026-09-09
 <?php
 
 class TfaBadge
 {
-    private ?\stdClass $customerInput;
-
-    public function __construct(
-        \stdClass $customerInput,
-    ) {
-        $this->customerInput = $customerInput;
+    public function __construct(private ?\stdClass $customerInput)
+    {
     }
 
     public function markResolved(): void
 
         $this->customerInput = null;
     }
 }
Config rector.php