From bba86bb8307d658611788638ccde19800ca307be Mon Sep 17 00:00:00 2001 From: Julio Date: Wed, 18 Dec 2019 16:31:42 +0100 Subject: [PATCH] Add vendor/bin/psalm check --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d760599..9cbb262 100755 --- a/composer.json +++ b/composer.json @@ -44,7 +44,8 @@ }, "scripts": { "analyse": [ - "@php vendor/bin/ecs check src" + "@php vendor/bin/ecs check src", + "@php vendor/bin/psalm" ], "fix": [ "@php vendor/bin/ecs check src --fix"