MDL-83209 core_cache: Fix regressions by enforcing codestyle

This commit is contained in:
Philipp Memmel 2024-09-19 10:04:38 +02:00
parent f6141a67d8
commit 47ba728eae

View File

@ -16,6 +16,8 @@
namespace core_cache;
use cache_ttl_wrapper;
use core\lang_string;
use core_cache\administration_helper;
use core\exception\coding_exception;
use DirectoryIterator;
@ -777,7 +779,7 @@ class helper {
}
}
if ($todelete) {
$outcome = (int) store->delete_many($todelete);
$outcome = (int) $store->delete_many($todelete);
if ($output) {
$strdef = s($definition->get_id());
$strstore = s($store->my_name());