-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[master] Update psalm-baseline.xml #40725
[master] Update psalm-baseline.xml #40725
Conversation
0c00854
to
85f431f
Compare
e17e67d
to
e2c889d
Compare
15ccf1c
to
8eead1a
Compare
f7fdc7e
to
0732a4c
Compare
0732a4c
to
f038819
Compare
75c69f2
to
f20b304
Compare
2296d04
to
dbb07dc
Compare
dbb07dc
to
94c4e7d
Compare
94c4e7d
to
cb636b8
Compare
94dfff2
to
dfc33b9
Compare
Rebased, updated baseline and attempted to fix baseline updating workflow. The baseline I pushed is full of |
While on it, can we enforce the correct PHP version as baseline: https://github.com/nextcloud/spreed/blob/main/psalm.xml#L8 |
dfc33b9
to
3543751
Compare
3543751
to
e963f37
Compare
e963f37
to
dfc33b9
Compare
The psalm jobs already run on 8.0, and our composer.json lists 8.0 as php platform, should be enough, no? |
dfc33b9
to
0a1fab0
Compare
Signed-off-by: GitHub <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
…flow Signed-off-by: Côme Chilliet <[email protected]>
0a1fab0
to
40ab40d
Compare
/backport 40ab40de30ee90ded277065da206aa3830a2f796to stable28 |
/backport 40ab40d to stable28 |
The backport to # Switch to the target branch and update it
git checkout stable28
git pull origin stable28
# Create the new backport branch
git checkout -b backport/40725/stable28
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 40ab40de
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/40725/stable28 Error: Failed to push branch backport/40725/stable28: To https://github.com/nextcloud/server.git Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Auto-generated update psalm-baseline.xml with fixed psalm warnings