mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-36111 cache: Fixed up typo's and trivial issues
This commit is contained in:
parent
8ccaa296fa
commit
758dbdf894
11 changed files with 30 additions and 24 deletions
2
cache/stores/static/lib.php
vendored
2
cache/stores/static/lib.php
vendored
|
@ -127,7 +127,7 @@ class cachestore_static extends static_data_store implements cache_store, cache_
|
|||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function supports_multiple_indentifiers() {
|
||||
public function supports_multiple_identifiers() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue