mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-75379 core: Code style changes.
This commit is contained in:
parent
0c93d7654d
commit
2e9025e90d
@ -78,7 +78,7 @@ class renderer_base {
|
||||
/**
|
||||
* @var array $templatecache The mustache template cache.
|
||||
*/
|
||||
protected $templatecache = array();
|
||||
protected $templatecache = [];
|
||||
|
||||
/**
|
||||
* Return an instance of the mustache class.
|
||||
|
Loading…
x
Reference in New Issue
Block a user