mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Use short array declarations
This commit is contained in:
@@ -106,7 +106,7 @@ class RemovePluginTest extends PluginCommandTestCase
|
||||
|
||||
private function addPluginData()
|
||||
{
|
||||
$data = array('key' => 'value');
|
||||
$data = ['key' => 'value'];
|
||||
|
||||
$conf = self::$DI['cli']['phraseanet.configuration']->getConfig();
|
||||
$conf['plugins']['test-plugin'] = $data;
|
||||
|
Reference in New Issue
Block a user