From 2e9025e90d921a0f3d604a810327b2f808619a4b Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Thu, 16 Feb 2023 10:49:24 +0800 Subject: [PATCH] MDL-75379 core: Code style changes. --- lib/outputrenderers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index 1dc80ca4512..d7e90f33536 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -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.