mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Use short array declaration
This commit is contained in:
@@ -45,7 +45,7 @@ abstract class Bridge_Api_AbstractCollection
|
||||
*
|
||||
* @var Array
|
||||
*/
|
||||
protected $elements = array();
|
||||
protected $elements = [];
|
||||
|
||||
/**
|
||||
*
|
||||
|
Reference in New Issue
Block a user