From e3a4cd6e1db4f73b676c2a622b8d94d71bcafe03 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Mon, 18 Sep 2023 12:52:35 +0200 Subject: [PATCH] fix spelling mistake in README-en.md --- README-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index 5957ac7f..f64d6552 100755 --- a/README-en.md +++ b/README-en.md @@ -214,7 +214,7 @@ If you are familiar with this project, you are also welcome to initiate a pull r The basic principles for contributing are as follows: -- This project uses php-cs-fixer and phpstan as code formatting tools. Before contributing, please run `composer analyze` and `composer cs-fix` on the updated code. +- This project uses php-cs-fixer and phpstan as code formatting tools. Before contributing, please run `composer analyse` and `composer cs-fix` on the updated code. - If other open source libraries are involved, the corresponding licenses should be provided. Also, configuration files should be sorted using the command `sort-config` after modification. For more information about sorting commands, see the documentation.