Commit 342e8ca
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 <claude@anthropic.com>1 parent 05d82f2 commit 342e8ca
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments