Refactor leftover old-style arrays into new-style arrays.

This commit is contained in:
2019-09-29 14:47:56 +02:00
parent 3694819d13
commit c48ba786c1
5 changed files with 56 additions and 59 deletions

View File

@@ -8,7 +8,7 @@
abstract class Template
{
protected $_subtemplates = array();
protected $_subtemplates = [];
abstract public function html_main();