From cb7b93ebfb5fba52e32e864b56169abd8142bd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 11 Dec 2022 19:12:04 +0100 Subject: [PATCH 1/2] Remove rules related to BC layer I overlooked this in 8a82888 . --- psalm.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/psalm.xml b/psalm.xml index b37f703..21acc2b 100644 --- a/psalm.xml +++ b/psalm.xml @@ -18,18 +18,6 @@ - - - - - - - - - - - - From 6f9d67de3402658b1c038c6f6818bf43e08605e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 11 Dec 2022 19:15:37 +0100 Subject: [PATCH 2/2] Trigger static analysis workflow on psalm* change --- .github/workflows/static-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index e3a548e..b1cd768 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -10,6 +10,7 @@ on: - composer.* - src/** - phpstan* + - psalm* - tests/** push: branches: @@ -19,6 +20,7 @@ on: - composer.* - src/** - phpstan* + - psalm* - tests/** jobs: