mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Use array() instead of [] for PHP 5.3 compat
This commit is contained in:
parent
bf99f1a341
commit
737a613a50
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class InstallerTest extends TestCase
|
|||
{
|
||||
$dumper = new ArrayDumper();
|
||||
|
||||
$comparable = [];
|
||||
$comparable = array();
|
||||
foreach ($packages as $package) {
|
||||
$comparable[] = $dumper->dump($package);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue