mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix test for PHP 5.3
This commit is contained in:
parent
000009a5d3
commit
127ed0fef8
@ -27,7 +27,7 @@ class Scope extends \ArrayObject
|
||||
public $is_compiler = true;
|
||||
public $is_closed = false;
|
||||
public $escape = false;
|
||||
public $options = [];
|
||||
public $options = array();
|
||||
private $_action;
|
||||
private $_body;
|
||||
private $_offset;
|
||||
|
Loading…
Reference in New Issue
Block a user