diff --git a/source/_daily_emails/2025-01-31.md b/source/_daily_emails/2025-01-31.md index 2853e857c..e3b932eff 100644 --- a/source/_daily_emails/2025-01-31.md +++ b/source/_daily_emails/2025-01-31.md @@ -12,7 +12,7 @@ snippet: | Do you want to make it easier to keep your PHP code up to date with the latest standards and using the latest features? -Rector is a tool for refactoring PHP code and it was presets for different versions of PHP. +Rector is a tool for refactoring PHP code and it has presets for different versions of PHP. It can refactor your code to follow best practices such as using early returns, having private methods by default and enabling strict typing - making code cleaner whilst using the latest PHP features.