Commit f126713
committed
fix: exclude rector.php from psalm analysis to prevent crashes
The rector.php file imports external vendor configurations which causes
psalm to crash with exit code 255, especially on PHP 8.4. This was
causing CI/CD pipeline failures. By removing rector.php from psalm's
projectFiles configuration, psalm can complete successfully.1 parent 5d465c4 commit f126713
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
0 commit comments