From 32fc7e5581e4a5e9f0de61fc6f9772ed107786d1 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Sat, 25 Oct 2025 15:41:43 +0200 Subject: [PATCH] Update README to clarify how it runs static analysis tools Clarify that `cpx check` use PHPStan, Psalm, or Phan but not all at the same time. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2345db..2b025e3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ For each of these commands, you can continue to pass through additional argument ### cpx check -`cpx check` (or the aliases `cpx analyze` or `cpx analyse`) runs a static analysis tool on your codebase (e.g. PHPStan, Psalm or Phan). +`cpx check` (or the aliases `cpx analyze` or `cpx analyse`) runs a static analysis tool on your codebase (PHPStan **or** Psalm **or** Phan). ### cpx format