From 6e7f547ccd6207d7835f8dbfddf6c35b2550735f Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 4 Oct 2024 15:38:35 +0200 Subject: [PATCH] add psalm:strict to the readme Signed-off-by: Simon L. --- php/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/php/README.md b/php/README.md index 285530f6..29ade4ae 100644 --- a/php/README.md +++ b/php/README.md @@ -56,6 +56,7 @@ Note: You can restart the server by preceding the command with other environment |-----------------------------------------|----------------------------------------| | `composer run dev` | Starts the development server | | `composer run psalm` | Run Psalm static analysis | +| `composer run psalm:strict` | Run Psalm static analysis strict | | `composer run psalm:update-baseline` | Run Psalm with `--update-baseline` arg | | `composer run lint` | Run PHP Syntax check | | `composer run lint:twig` | Run Twig Syntax check |