File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Braintree/Model/Adminhtml/System/Config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ class CountryCreditCard extends Value
39
39
* @param \Magento\Framework\Math\Random $mathRandom
40
40
* @param \Magento\Framework\Model\ResourceModel\AbstractResource $resource
41
41
* @param \Magento\Framework\Data\Collection\AbstractDb $resourceCollection
42
- * @param SecureUnserializer|null $secureUnserializer
43
42
* @param array $data
43
+ * @param SecureUnserializer|null $secureUnserializer
44
44
*/
45
45
public function __construct (
46
46
Context $ context ,
@@ -50,8 +50,8 @@ public function __construct(
50
50
Random $ mathRandom ,
51
51
AbstractResource $ resource = null ,
52
52
AbstractDb $ resourceCollection = null ,
53
- SecureUnserializer $ secureUnserializer = null ,
54
- array $ data = []
53
+ array $ data = [] ,
54
+ SecureUnserializer $ secureUnserializer = null
55
55
) {
56
56
$ this ->mathRandom = $ mathRandom ;
57
57
$ this ->secureUnserializer = $ secureUnserializer ?: ObjectManager::getInstance ()->get (SecureUnserializer::class);
You can’t perform that action at this time.
0 commit comments