Skip to content

Commit 5338bf8

Browse files
committed
AC-3772::Fixed static tests
1 parent 3fa293d commit 5338bf8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/JwtFrameworkAdapter/Model/JweAlgorithmManagerFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
use Jose\Component\Encryption\Algorithm\KeyEncryption\RSAOAEP;
2727
use Jose\Component\Encryption\Algorithm\KeyEncryption\RSAOAEP256;
2828

29+
/**
30+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
31+
*/
2932
class JweAlgorithmManagerFactory
3033
{
3134
/**

app/code/Magento/JwtFrameworkAdapter/Model/JwsAlgorithmManagerFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
use Jose\Component\Signature\Algorithm\RS384;
2525
use Jose\Component\Signature\Algorithm\RS512;
2626

27+
/**
28+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
29+
*/
2730
class JwsAlgorithmManagerFactory
2831
{
2932
/**

0 commit comments

Comments
 (0)