From f23472345c3b6a602276ebac14787ebf10b93427 Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Mon, 2 Sep 2024 12:57:13 +0800 Subject: [PATCH] MDL-82974 core_cache: Fix typo. --- cache/classes/local/administration_display_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/classes/local/administration_display_helper.php b/cache/classes/local/administration_display_helper.php index f14ef80d6bd1f..edceff5ce6e56 100644 --- a/cache/classes/local/administration_display_helper.php +++ b/cache/classes/local/administration_display_helper.php @@ -296,7 +296,7 @@ protected function get_possible_locks_for_stores(string $plugindir, string $plug * @return array * @throws coding_exception */ - public function get_store_configuration_from_data(stClass $data): array { + public function get_store_configuration_from_data(stdClass $data): array { global $CFG; $file = $CFG->dirroot . '/cache/stores/' . $data->plugin . '/lib.php'; if (!file_exists($file)) {