Find the best Rector rule to solve your problem. Searching through 782 rules.

Found 1 rule. That's the one:

ReplaceFakerPropertyFetchWithMethodCallRector

Replace deprecated faker property fetch with method call

-$faker->name,
+$faker->name(),