Skip to content

Commit dee5009

Browse files
committed
Fix static issue
1 parent aef0f96 commit dee5009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PaypalGraphQl/Observer/PayflowProSetCcData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* Class PayflowProSetCcData set CcData to quote payment
20+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
2021
*/
2122
class PayflowProSetCcData extends AbstractDataAssignObserver
2223
{
@@ -53,7 +54,6 @@ public function __construct(
5354
* @param Observer $observer
5455
*
5556
* @throws GraphQlInputException
56-
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
5757
*/
5858
public function execute(Observer $observer)
5959
{

0 commit comments

Comments
 (0)