owncloud/core

View on GitHub
changelog/10.11.0_2022-08-23/40303

Summary

Maintainability
Test Coverage
Bugfix: refactor to not have required params following an optional parameter

All required parameters should be listed first in PHP functions. Adjust the code
to meet this rule.

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