1
0
Fork 0

Note that sometimes you must parse the PHP stubs manually

pull/502/head
Nate Eagleson 2017-10-30 21:33:54 -04:00 committed by GitHub
parent beb3a3b994
commit 5ff96cff65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -199,3 +199,7 @@ Run the tests with
Lint with Lint with
composer lint 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