From 31dbe26e38fc0e51d5794ffc4f43ce1ee2f34143 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 12 Feb 2025 01:37:48 +0000 Subject: [PATCH] Typo --- source/_daily_emails/2025-01-31.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_daily_emails/2025-01-31.md b/source/_daily_emails/2025-01-31.md index 2853e857..e3b932ef 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.