mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Use short array declaration
This commit is contained in:
@@ -20,14 +20,14 @@ class databox_descriptionStructure implements IteratorAggregate, Countable
|
||||
*
|
||||
* @var Array
|
||||
*/
|
||||
protected $elements = array();
|
||||
protected $elements = [];
|
||||
|
||||
/**
|
||||
* Cache array for the get element by name function
|
||||
*
|
||||
* @var Array
|
||||
*/
|
||||
protected $cache_name_id = array();
|
||||
protected $cache_name_id = [];
|
||||
|
||||
/**
|
||||
*
|
||||
|
Reference in New Issue
Block a user