Details
-
Bug
-
Status: Closed
-
Low
-
Resolution: Not a bug
-
None
Description
As seen on MDL-45724 Moodlecheck warnings for phpdoc:
/**
|
* Returns an array of warnings from the cache API.
|
*
|
* The warning returned here are for things like conflicting store instance configurations etc.
|
* These get shown on the admin notifications page for example.
|
*
|
* @param array|null $stores An array of stores to get warnings for, or null for all.
|
* @return string[]
|
*/
|
public static function warnings(array $stores = null) {
|
Attachments
Issue Links
- Discovered while testing
-
MDL-45724 Detect the use of same memcached instance for both sessions and muc and warn about it
-
- Closed
-