nextcloud-server/lib/private/IntegrityCheck
Ferdinand Thiessen 57c889f773
fix(IntegrityCheck): Ensure the check is run if no results are available
If there are no cached results the current implementation was also returning an empty array,
but this was the same as when there was a successful run.
So to distinguish this we return `null` if there are *no* results.
In this case we need to rerun the integrity checker.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-05 12:32:39 +07:00
..
Exceptions
Helpers
Iterator Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +07:00
Checker.php fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:32:39 +07:00