forked from Public/pics
Refactor leftover old-style arrays into new-style arrays.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
abstract class Template
|
||||
{
|
||||
protected $_subtemplates = array();
|
||||
protected $_subtemplates = [];
|
||||
|
||||
abstract public function html_main();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user