mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Use short array declaration
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
class module_report_dashboard_merge implements module_report_dashboard_componentInterface
|
||||
{
|
||||
public $sort = array();
|
||||
public $sorted = array();
|
||||
public $sort = [];
|
||||
public $sorted = [];
|
||||
private $currentkey;
|
||||
private $valid = false;
|
||||
|
||||
|
Reference in New Issue
Block a user