From 5ff96cff65e8bfede03a11252f477728d0eb0adc Mon Sep 17 00:00:00 2001 From: Nate Eagleson Date: Mon, 30 Oct 2017 21:33:54 -0400 Subject: [PATCH] Note that sometimes you must parse the PHP stubs manually --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6fc5bd2..4ad39ca 100644 --- a/README.md +++ b/README.md @@ -199,3 +199,7 @@ Run the tests with Lint with composer lint + +The project parses PHPStorm's PHP stubs to get support for PHP builtins. It re-parses them as needed after Composer processes, but after some code changes (such as ones involving the index or parsing) you may have to explicitly re-parse them: + + composer run-script parse-stubs