Skip to content

Commit

Permalink
Make codechecker happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Oct 14, 2023
1 parent 9371a00 commit 3b0f75c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2023-10-14 - Make codechecker happy again
* 2023-10-10 - Updated Moodle Plugin CI to latest upstream recommendations

### v4.1-r2
Expand Down
6 changes: 3 additions & 3 deletions lib/redis-stats/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
// IP/Socket (string): IP address or socket of the server
// Port (integer): port of server, use -1 for socket
// Password entry (string|array): credentials for the server (optional)
//$ret = cache_administration_helper::get_store_instance_summaries();
//$ret = cachestore_redis::config_get_configuration_array($data)
// $ret = cache_administration_helper::get_store_instance_summaries();
// $ret = cachestore_redis::config_get_configuration_array($data)
//
// First: Initialize empty stores array.
$servers = array();
$servers = [];

// Second: Get all MUC stores' configurations.
$factory = cache_factory::instance();
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
$plugin->requires = 2022112800;
$plugin->supported = [401, 401];
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('cachestore_redis' => 2022112800);
$plugin->dependencies = ['cachestore_redis' => 2022112800];

0 comments on commit 3b0f75c

Please sign in to comment.