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

Updated docs

This commit is contained in:
Eldad Fux 2020-06-20 14:30:49 +03:00
parent 8c33a729bc
commit e466e38f2d

View file

@ -168,7 +168,7 @@ We use some automation tools to help us keep a healthy code base.
Improve PHP exeution 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
php-cs-fixer fix src/ --rules=native_function_invocation --allow-risky=yes
```
## Tutorials