1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Corrected "exeution" to execution

This commit is contained in:
Jonah Lawrence 2020-10-01 21:32:05 +03:00 committed by GitHub
parent 2d05aef1c2
commit dc5b37bf5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,7 +246,7 @@ docker exec appwrite test
We use some automation tools to help us keep a healthy codebase.
Improve PHP exeution time by using [fully-qualified function calls](https://veewee.github.io/blog/optimizing-php-performance-by-fq-function-calls/):
Improve PHP execution time by using [fully-qualified function calls](https://veewee.github.io/blog/optimizing-php-performance-by-fq-function-calls/):
```bash
php-cs-fixer fix src/ --rules=native_function_invocation --allow-risky=yes