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.
Expressions\CallLikes\RemoveNamedArgumentForSingleParameterRectorRemoves named arguments for single-parameter function and method calls.
-strlen(string: 'hello');
+strlen('hello');
How can I help you explore Laravel packages today?