mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Use short array declaration
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
abstract class eventsmanager_notifyAbstract extends eventsmanager_eventAbstract
|
||||
{
|
||||
protected $events = array('__EVENT__');
|
||||
protected $events = ['__EVENT__'];
|
||||
|
||||
public function fire($event, $params, &$object)
|
||||
{
|
||||
|
Reference in New Issue
Block a user