mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Use short array declaration
This commit is contained in:
@@ -5,7 +5,7 @@ class system_serverTest extends PhraseanetPHPUnitAbstract
|
||||
/**
|
||||
* @var system_server
|
||||
*/
|
||||
protected $objects = array();
|
||||
protected $objects = [];
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
Reference in New Issue
Block a user