From 6ddb7fb23e9507e0b2ef490685eadd38e9c2db32 Mon Sep 17 00:00:00 2001 From: Andrea Marco Sartori Date: Wed, 11 Jan 2023 15:58:27 +1000 Subject: [PATCH] Add command to run static analysis --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 64df435..8038deb 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,7 @@ }, "scripts": { "test": "pest", + "static": "phpstan analyze", "check-style": "phpcs --standard=PSR12 src", "fix-style": "phpcbf --standard=PSR12 src" },