Skip to content

Commit 8cd1d64

Browse files
committed
fix test on 5.3
1 parent 6279928 commit 8cd1d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ISO4217.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected function create(array $currency)
101101
/**
102102
* @var Currency[]
103103
*/
104-
protected $currencies = [];
104+
protected $currencies = array();
105105

106106
/**
107107
* @var array

0 commit comments

Comments
 (0)