From dc0db3625594c121781b34b81a0c08eb69898fdc Mon Sep 17 00:00:00 2001 From: Mark Sch Date: Thu, 28 Sep 2017 20:17:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df2bdc8b..17ac8781 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ IdeHelper plugin for CakePHP applications. ## Features The main idea is to improve IDE compatibility and use annotations to make the IDE understand the -"magic" of CakePHP, so you can click through the classes and object chains as well as spot obvious issues and mistakes easier. +"magic" of CakePHP, so you can click through the class methods and object chains as well as spot obvious issues and mistakes easier. The IDE will usually mark problematic code yellow (missing, wrong method etc). - Add annotations to existing code (e.g. when upgrading an application) just like baking would to new code.