stable

Clone or download

Read-only

fix: ArgumentTypeCoercion psalm error

The following command should not raise any error: make psalm FILES=plugins/onlyoffice/include/DocumentServer/DocumentServerDao.php Introduced in 9f9e629a6037e339eb56401e35c28c094c7e0523 This also fix CI tests that are failing under [docker compose 2.14.2][0]. Probably linked to the [change of docker compose ps][0]. We should probably switch our dev environment to the same version of the CI (we are using 2.14.0), however using directly `docker compose cp tests:…` instead of `docker cp $(docker compose ps tests):…` seems to be good enough. No functional change. [0]: https://docs.docker.com/compose/release-notes/#2142 [1]: https://github.com/docker/compose/pull/10065 Part of story #29981: restrict an OnlyOffice server to some projects only Change-Id: I31c84d55fdcfea4975ac5d592576c9846e1d0e49

Modified Files

Name
M plugins/onlyoffice/include/DocumentServer/DocumentServerDao.php +1 −2 Go to diff View file
M tests/integration/bin/run-compose.sh +1 −1 Go to diff View file
M tests/rest/bin/run-compose.sh +1 −1 Go to diff View file
M tests/soap/bin/run-compose.sh +1 −1 Go to diff View file