MDL-75379 core: Code style changes.

This commit is contained in:
Ilya Tregubov 2023-02-16 10:49:24 +08:00
parent 0c93d7654d
commit 2e9025e90d

View File

@ -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.