-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable23] Fix psalm not running #30814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@CarlSchwan can you have a look? :) |
|
This needs a I will try to do it tonight unless someone beat me to it before ;) |
e6001f7 to
c60321f
Compare
|
I hope the tests will pass now :) |
|
Same for stable22 :) |
c60321f to
ae9c810
Compare
|
@skjnldsv This PR should be good now :) The issue with 'Code scanning results / Psalm' is that it is comparing with stable23 and as we updated the psalm dependency the comparison fails. This will fix itself automatically once merged, as new PR will compare against the new baseline. |
ae9c810 to
01cb494
Compare
|
/me forgot to run cs:fixer 😭 |
a9abdb7 to
283b4cf
Compare
6a6f469 to
f43fcd2
Compare
|
Please edit the checker :) |
The issue was that we were using psalm/phar instead of vimeo/psalm. This caused issue with the custom psalm plugin in buildd/psalm. This is using the opportunity to also update the psalm version from 3.8 to 3.17 and the php-cs-fixer too. Signed-off-by: Carl Schwan <[email protected]>
f43fcd2 to
d69531a
Compare
backport of #30508