Skip to content

Commit

Permalink
Adjust array-notation (no functional changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
mioduszewski committed Oct 13, 2015
1 parent d228ad9 commit 923161d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ public function getLabel()
*/
public function getInfo()
{
return array(
'version' => $this->getVersion(),
'label' => $this->getLabel(),
'supplier' => 'shopware AG',
return [
'version' => $this->getVersion(),
'label' => $this->getLabel(),
'supplier' => 'shopware AG',
'description' => 'Amazon S3-Erweiterung für die Media Adapter',
'support' => 'Shopware Forum',
'link' => 'http://www.shopware.com'
);
'support' => 'Shopware Forum',
'link' => 'http://www.shopware.com',
];
}

/**
Expand Down

0 comments on commit 923161d

Please sign in to comment.