Fix tests for PHP 5.3

This commit is contained in:
victor
2015-08-19 17:13:45 +03:00
parent a4defb2112
commit eda331e483
4 changed files with 61 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ class Entity implements ValueAccessInterface
/**
* @var array|Value[]|ValueInterface[]
*/
private $values = [];
private $values = array();
/**
* @var string