Skip to content

Commit 7f1ee26

Browse files
committed
Code Sniffer issues fixes
1 parent 1ee5567 commit 7f1ee26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/Paypal/Model/SdkUrl.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ class SdkUrl
4242
private $queryParams = [];
4343

4444
/**
45-
* Maps the old checkout SDK configuration values to the current ones
46-
*
4745
* @var array
4846
*/
4947
private $disallowedFundingMap;
@@ -68,8 +66,6 @@ class SdkUrl
6866
private $localeResolver;
6967

7068
/**
71-
* Generated Url to PayPAl SDK
72-
*
7369
* @var string
7470
*/
7571
private $url;

0 commit comments

Comments
 (0)