From 73b7ad723549bbd3b04f8c933083c0c23253b534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Poynter-Smith?= Date: Thu, 1 May 2025 17:16:11 +0100 Subject: [PATCH] Update grammar --- ...y-add-return-type-declarations-without-breaking-your-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/blog/posts/2022/2022-07-04-how-to-automatically-add-return-type-declarations-without-breaking-your-code.md b/resources/blog/posts/2022/2022-07-04-how-to-automatically-add-return-type-declarations-without-breaking-your-code.md index 5be24ed44..43aa78fb7 100644 --- a/resources/blog/posts/2022/2022-07-04-how-to-automatically-add-return-type-declarations-without-breaking-your-code.md +++ b/resources/blog/posts/2022/2022-07-04-how-to-automatically-add-return-type-declarations-without-breaking-your-code.md @@ -165,7 +165,7 @@ Depending on what age your project is coming from, there is one requirement to m ## Try it Yourself -Rector can handles some case above in the basic version. Add these rules to your code and see for yourself: +Rector can handle some cases above in the basic version. Add these rules to your code and see for yourself: ```php