From 9b0d63593c371ed361e74dd4a9775127f8f1471a Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 31 Jan 2024 22:41:15 +0100 Subject: [PATCH] misc --- .github/workflows/code_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index 06f4203..0dd5eb0 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -18,7 +18,7 @@ jobs: - name: 'Run "class-tree" command' - run: bin/finalize class-tree src --ansi + run: bin/finalize detect src --ansi - name: 'PHPStan'