ergebnis/rector-rules
A curated set of custom Rector rules from ergebnis to automate PHP refactoring and style consistency. Includes rules for sorting arrays and match arms, simplifying call arguments, Faker updates, namespace symbol references, and PHPUnit attribute-to-prefix changes.
Faker\GeneratorPropertyFetchToMethodCallRectorReplaces references to deprecated properties of Faker\Generator with method calls.
-$faker->address;
+$faker->address();
How can I help you explore Laravel packages today?