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:
@@ -15,7 +15,7 @@ use Alchemy\Phrasea\Exception\InvalidArgumentException;
|
||||
|
||||
abstract class AbstractXSendFileMode
|
||||
{
|
||||
protected $mapping = array();
|
||||
protected $mapping = [];
|
||||
|
||||
/**
|
||||
* @params array $mapping
|
||||
|
Reference in New Issue
Block a user