nextcloud-server/lib/private/IntegrityCheck
Ferdinand Thiessen 8fc498fb82
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-03 11:37:49 +07:00
..
Exceptions chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Helpers chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Iterator chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Checker.php fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-03 11:37:49 +07:00