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:
@@ -19,7 +19,7 @@ abstract class AbstractPluginCommand extends Command
|
||||
{
|
||||
protected function validatePlugins(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$manifests = array();
|
||||
$manifests = [];
|
||||
|
||||
$output->write("Validating plugins...");
|
||||
foreach ($this->container['plugins.explorer'] as $directory) {
|
||||
|
Reference in New Issue
Block a user