MDL-75379 core: Code style changes.

This commit is contained in:
Ilya Tregubov 2023-02-16 10:49:51 +08:00
parent 960bff3227
commit 8d585d0c79

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.