From 342e8ca82dd81afe276aa92df7793fc137b80270 Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 27 Apr 2026 16:12:42 +0100 Subject: [PATCH] fix(psalm): suppress UndefinedClass for Illuminate\Foundation\Auth\User CI Psalm reports 6 UndefinedClass errors for Illuminate\Foundation\Auth\User even though laravel/framework provides it. Local Psalm resolves it via the workspace autoloader; CI runner doesn't. Add to the existing UndefinedClass suppression list alongside other framework-resolved classes. Co-Authored-By: Cladius Maximus --- psalm.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/psalm.xml b/psalm.xml index a8063e8..01ea359 100644 --- a/psalm.xml +++ b/psalm.xml @@ -69,6 +69,8 @@ + +