From e466e38f2d8019d09db94cda3713c5b564f007a4 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 20 Jun 2020 14:30:49 +0300 Subject: [PATCH] Updated docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51e4050930..d497b3652b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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