From 1cb0730f1d46a3d667f160b56234aec397c74e3b Mon Sep 17 00:00:00 2001 From: Dmitriy Krivopalov Date: Sun, 21 Dec 2025 09:11:19 +0300 Subject: [PATCH] shepherd --- .github/workflows/code-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index d5db411..86d8f7d 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -35,7 +35,7 @@ jobs: run: vendor/bin/phpcs - name: Psalm - run: vendor/bin/psalm --stats --output-format=github + run: vendor/bin/psalm --stats --shepherd --output-format=github - name: PHPStan run: vendor/bin/phpstan analyse