1
0
Fork 0
mirror of synced 2024-05-16 02:32:40 +12:00

Update code autocompletion instructions

This commit is contained in:
David Martos 2021-02-11 14:06:41 +01:00 committed by GitHub
parent 8f818e624b
commit ee525b66c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ To get proper autocompletion for all the different functions and classes in the
```bash
docker run --rm --interactive --tty \
--volume $PWD:/app \
composer install
composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist
```
### User Interface