Skip to content

Commit 05a72e9

Browse files
committed
Changes after automation tests
1 parent e8c5d89 commit 05a72e9

File tree

2 files changed

+209
-440
lines changed

2 files changed

+209
-440
lines changed

app/code/Magento/Paypal/Test/Unit/Model/_files/expected_url_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @param array $params
1111
* @return String
1212
*/
13-
function generateExpectedPaypalSdkUrl(array $params): string
13+
function generateExpectedPaypalSdkUrl(array $params) : String
1414
{
1515
return 'https://www.paypal.com/sdk/js?' . http_build_query($params);
1616
}

0 commit comments

Comments
 (0)