mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 11:27:51 +01:00
MDL-83209 core_cache: Fix regressions by enforcing codestyle
This commit is contained in:
parent
f6141a67d8
commit
47ba728eae
4
cache/classes/helper.php
vendored
4
cache/classes/helper.php
vendored
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user