owncloud/core

View on GitHub
changelog/10.15.0_2024-06-18/41252

Summary

Maintainability
Test Coverage
Bugfix: handle short classes in Autoloader

The Autoloader findClass method was emitting a PHP notice "undefined offset"
for class strings at the top OCA level. The code has been corrected so that
the PHP notice is not emitted.

https://github.com/owncloud/core/pull/41252
https://github.com/owncloud/core/pull/41253