1
0
Fork 0

docs: correct parse-stubs section in readme (#502)

As the parse-stubs step is done automatically by `composer install` since 34d3d2030d, we no longer need to explicitly instruct people to do it.
Note that sometimes you must parse the PHP stubs manually
pull/504/head^2
Nate Eagleson 2017-11-01 12:38:54 -04:00 committed by Felix Becker
parent ac6bce929f
commit 6dbeef63bc
1 changed files with 4 additions and 3 deletions

View File

@ -192,9 +192,6 @@ Clone the repository and run
composer install
to install dependencies.
Then parse the stubs with
composer run-script parse-stubs
Run the tests with
@ -203,3 +200,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