Skip to content

Commit

Permalink
MDL-83031 core_cache: Fix stClass typo
Browse files Browse the repository at this point in the history
  • Loading branch information
x-iy committed Sep 6, 2024
1 parent 13c1275 commit e8952b0
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 e8952b0

Please sign in to comment.