nextcloud-server/lib/private/Files/Cache
Joas Schilling 4bdc5834fa
Make sure name and path are strings
Otherwise Oracle returns NULL for empty strings and PHP 8.2
throws on null in string functions like trim() and md5()

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-02 12:05:22 +01:00
..
Wrapper
Cache.php Make sure name and path are strings 2023-02-02 12:05:22 +01:00
CacheEntry.php
CacheQueryBuilder.php
FailedCache.php
HomeCache.php
HomePropagator.php
LocalRootScanner.php
MoveFromCacheTrait.php
NullWatcher.php
Propagator.php
QuerySearchHelper.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Scanner.php composer run cs:fix 2023-01-20 11:45:08 +01:00
SearchBuilder.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Storage.php
StorageGlobal.php
Updater.php
Watcher.php