Skip to content

Commit

Permalink
Merge branch 'MDL-82974-main' of https://github.com/ilyatregubov/moodle
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
paulholden committed Sep 4, 2024
2 parents 865e8f3 + f234723 commit 0dda0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/classes/local/administration_display_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 0dda0c9

Please sign in to comment.