owncloud/core

View on GitHub
changelog/10.13.1_2023-09-04/40944

Summary

Maintainability
Test Coverage
Bugfix: make sure that parameters are a string when string is expected

The code now checks for when variables are null are passed to functions that
expect a string, and handles that correctly.

https://github.com/owncloud/core/pull/40944