Skip to content

Commit 92f868b

Browse files
fix static tests
1 parent 8d2b0c1 commit 92f868b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/JwtUserToken/Model/SecretBasedJwksFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public function __construct(DeploymentConfig $deploymentConfig, JwkFactory $jwkF
4949
* @param string $algorithm
5050
* @return Jwk[]
5151
* @throws \InvalidArgumentException When algorithm is not recognized.
52+
*
53+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
5254
*/
5355
public function createFor(string $algorithm): array
5456
{

0 commit comments

Comments
 (0)