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:
@@ -4,7 +4,7 @@ use Alchemy\Phrasea\Application;
|
||||
|
||||
abstract class eventsmanager_eventAbstract
|
||||
{
|
||||
protected $events = array();
|
||||
protected $events = [];
|
||||
protected $group = null;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user