mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 11:40:13 +02:00
Fix tests for PHP 5.3
This commit is contained in:
@@ -10,7 +10,7 @@ class Entity implements ValueAccessInterface
|
||||
/**
|
||||
* @var array|Value[]|ValueInterface[]
|
||||
*/
|
||||
private $values = [];
|
||||
private $values = array();
|
||||
|
||||
/**
|
||||
* @var string
|
||||
|
Reference in New Issue
Block a user