From b21b15cf77ee4e6e9eec3771bc055230e4bab4e7 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Fri, 18 Dec 2020 09:41:09 +0100
Subject: [PATCH] Show info-level issues

---
 .github/workflows/php.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
index 33abb93a6..6bcf06148 100644
--- a/.github/workflows/php.yml
+++ b/.github/workflows/php.yml
@@ -195,7 +195,7 @@ jobs:
 
       - name: Psalm
         continue-on-error: true
-        run: php vendor/bin/psalm
+        run: php vendor/bin/psalm --show-info=true
 
       - name: Psalter
         continue-on-error: true
-- 
GitLab