Update instruction on how to update stub map

This commit is contained in:
Maxim.Kolmakov 2019-06-26 12:43:08 +02:00
parent 58fb0cbfba
commit 36d8bc59d4
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ The set of extensions enabled by default in PhpStorm can change anytime without
1. Execute `composer install`
2. Execute `docker-compose -f docker-compose.yml run php /opt/project/phpstorm-stubs/vendor/bin/phpunit /opt/project/phpstorm-stubs/tests/`
### How to update stub map
Execute `php generate-stub-map` and commit the resulting `PhpStormStubsMap.php`
### License
[Apache 2]